Completed
Push — master ( 10ba62...05ba98 )
by Ashley
01:10
created
src/Manager.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Shield\Shield;
4 4
 
5
+use Illuminate\Http\Request;
5 6
 use Illuminate\Support\Arr;
6 7
 use Shield\Shield\Contracts\Service;
7 8
 use Shield\Shield\Exceptions\UnknownServiceException;
8
-use Closure;
9
-use Illuminate\Http\Request;
10 9
 use Shield\Shield\Exceptions\UnsupportedDriverException;
11 10
 
12 11
 class Manager
Please login to merge, or discard this patch.