Skip to content

Commit 820b869

Browse files
committed
fix: move faker import to third line
1 parent cd386f9 commit 820b869

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stubs/factory.blade.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
namespace {{$namespace}};
22

3-
@if(!empty($fields))
4-
use Faker\Generator as Faker;
5-
3+
@if(!empty($fields))use Faker\Generator as Faker;
64
@endif
7-
85
use Illuminate\Database\Eloquent\Factories\Factory;
96
use {{$modelNamespace}}\{{$entity}};
107

0 commit comments

Comments
 (0)