Skip to content

Commit 6c8a3cc

Browse files
committed
cs
1 parent 157f973 commit 6c8a3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasGlobalScopes.php

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

55
use Closure;
66
use Illuminate\Database\Eloquent\Attributes\ScopedBy;
7-
use Illuminate\Database\Eloquent\Scope;
87
use Illuminate\Database\Eloquent\Model;
8+
use Illuminate\Database\Eloquent\Scope;
99
use Illuminate\Support\Arr;
1010
use Illuminate\Support\Collection;
1111
use InvalidArgumentException;

0 commit comments

Comments
 (0)