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.
1 parent d324b0e commit 93320b3Copy full SHA for 93320b3
stubs/factory.blade.php
@@ -1,6 +1,7 @@
1
namespace {{$namespace}};
2
3
-@if(!empty($fields))use Faker\Generator as Faker;
+@if (!empty($fields))
4
+use Faker\Generator as Faker;
5
@endif
6
use Illuminate\Database\Eloquent\Factories\Factory;
7
use {{$modelNamespace}}\{{$entity}};
0 commit comments