Skip to content

Commit cf74a7a

Browse files
committed
Fix import order
1 parent 300cc3e commit cf74a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/factories/post-configured.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/** @var \Illuminate\Database\Eloquent\Factory $factory */
44

5-
use Some\App\Models\Post;
65
use Faker\Generator as Faker;
6+
use Some\App\Models\Post;
77

88
$factory->define(Post::class, function (Faker $faker) {
99
return [

0 commit comments

Comments
 (0)