Test Setup Failed
Push — development ( db59bb...0863e1 )
by Tim
09:10
created
app/Http/Controllers/HolidaysController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.