Completed
Pull Request — master (#1016)
by
unknown
01:28
created
src/Traits/HasPermissions.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Permission\Traits;
4 4
 
5
+use Illuminate\Database\Eloquent\Builder;
6
+use Illuminate\Database\Eloquent\Relations\MorphToMany;
5 7
 use Illuminate\Support\Arr;
6
-use Spatie\Permission\Guard;
7 8
 use Illuminate\Support\Collection;
8
-use Illuminate\Database\Eloquent\Builder;
9
-use Spatie\Permission\PermissionRegistrar;
10 9
 use Spatie\Permission\Contracts\Permission;
11 10
 use Spatie\Permission\Exceptions\GuardDoesNotMatch;
12
-use Illuminate\Database\Eloquent\Relations\MorphToMany;
13 11
 use Spatie\Permission\Exceptions\PermissionDoesNotExist;
12
+use Spatie\Permission\Guard;
13
+use Spatie\Permission\PermissionRegistrar;
14 14
 
15 15
 trait HasPermissions
16 16
 {
Please login to merge, or discard this patch.