Completed
Pull Request — master (#3567)
by
unknown
02:20
created
src/Middleware/Authenticate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@
 block discarded – undo
41 41
         ]);
42 42
 
43 43
         return collect($excepts)
44
-            ->map(function ($expect) {
44
+            ->map(function($expect) {
45 45
                 return admin_base_path($expect, false);
46
-            })->contains(function ($except) use ($request) {
46
+            })->contains(function($except) use ($request) {
47 47
                 if ($except !== '/') {
48 48
                     $except = trim($except, '/');
49 49
                 }
Please login to merge, or discard this patch.