@@ -41,9 +41,9 @@ |
||
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 | } |