@@ -11,13 +11,13 @@ |
||
11 | 11 | { |
12 | 12 | use AuthorizesRequests, DispatchesJobs, ValidatesRequests; |
13 | 13 | |
14 | - /** |
|
15 | - * Redirect the user to the login screen. |
|
16 | - */ |
|
17 | - public function redirectToLogin() |
|
18 | - { |
|
19 | - return redirect('admin/login'); |
|
20 | - } |
|
14 | + /** |
|
15 | + * Redirect the user to the login screen. |
|
16 | + */ |
|
17 | + public function redirectToLogin() |
|
18 | + { |
|
19 | + return redirect('admin/login'); |
|
20 | + } |
|
21 | 21 | |
22 | 22 | } |
23 | 23 |