@@ -18,7 +18,7 @@ |
||
18 | 18 | $this->middleware('lang'); |
19 | 19 | $this->middleware('auth'); |
20 | 20 | |
21 | - if (! auth()->user()->is('Manager')) { |
|
21 | + if (!auth()->user()->is('Manager')) { |
|
22 | 22 | return redirect()->back(); |
23 | 23 | } |
24 | 24 | } |