@@ -18,7 +18,7 @@ |
||
| 18 | 18 | $user = \Auth::user(); |
| 19 | 19 | |
| 20 | 20 | // If user is not logged |
| 21 | - if (! $user) { |
|
| 21 | + if (!$user) { |
|
| 22 | 22 | return redirect('/')->with('message', 'You have not admin access'); |
| 23 | 23 | } |
| 24 | 24 | |