Completed
Push — master ( 75bfe5...cefa11 )
by Nicolas
02:57 queued 01:32
created
src/Http/Middleware/PolarAdminMiddleware.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace PolarAdmin\Polar\Http\Middleware;
4 4
 
5 5
 use Closure;
6
-use Illuminate\Support\Facades\Auth;
7 6
 use Illuminate\Auth\AuthenticationException;
7
+use Illuminate\Support\Facades\Auth;
8 8
 
9 9
 class PolarAdminMiddleware
10 10
 {
Please login to merge, or discard this patch.