Completed
Pull Request — master (#433)
by Freek
03:06
created
src/PermissionRegistrar.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace Spatie\Permission;
4 4
 
5 5
 use Exception;
6
-use Illuminate\Support\Collection;
7
-use Illuminate\Contracts\Logging\Log;
8 6
 use Illuminate\Contracts\Auth\Access\Gate;
9 7
 use Illuminate\Contracts\Cache\Repository;
8
+use Illuminate\Contracts\Logging\Log;
9
+use Illuminate\Support\Collection;
10 10
 use Spatie\Permission\Contracts\Permission;
11 11
 
12 12
 class PermissionRegistrar
Please login to merge, or discard this patch.