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