Skip to content

Commit 6214c22

Browse files
committed
Fix use statement order
1 parent 468d6d9 commit 6214c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Ticket/GH2783Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace MongoDB\Laravel\Tests\Ticket;
66

7+
use Illuminate\Database\Eloquent\Relations\MorphOne;
78
use MongoDB\Laravel\Eloquent\Model;
89
use MongoDB\Laravel\Relations\MorphTo;
910
use MongoDB\Laravel\Tests\TestCase;
10-
use Illuminate\Database\Eloquent\Relations\MorphOne;
1111

1212
/**
1313
* @see https://github.com/mongodb/laravel-mongodb/issues/2783

0 commit comments

Comments
 (0)