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