We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dbd60a + 93320b3 commit 23f32f0Copy full SHA for 23f32f0
stubs/factory.blade.php
@@ -1,6 +1,8 @@
1
namespace {{$namespace}};
2
3
+@if (!empty($fields))
4
use Faker\Generator as Faker;
5
+@endif
6
use Illuminate\Database\Eloquent\Factories\Factory;
7
use {{$modelNamespace}}\{{$entity}};
8
tests/fixtures/CommandTest/factory.php
@@ -2,7 +2,6 @@
namespace RonasIT\Support\Tests\Support\Command\Factories;
-use Faker\Generator as Faker;
use RonasIT\Support\Tests\Support\Command\Models\Post;
0 commit comments