Completed
Branch master (ad4e08)
by Nikita
07:36
created
src/Impersonation/Middleware/CheckForImpersonating.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace LaraComponents\Impersonation\Middleware;
4 4
 
5
-use Closure;
5
+use Closure;
6 6
 use Illuminate\Contracts\Auth\Factory as AuthFactory;
7 7
 
8 8
 class CheckForImpersonating
Please login to merge, or discard this patch.