Fix logout

This commit is contained in:
Dane Everitt 2016-01-16 21:45:35 -05:00
parent d14b9ff83c
commit 8e92f96999
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class AuthRoutes {
}); });
// Not included above because we don't want the guest middleware // Not included above because we don't want the guest middleware
$router->get('logout', [ $router->get('auth/logout', [
'as' => 'auth.logout', 'as' => 'auth.logout',
'middleware' => 'auth', 'middleware' => 'auth',
'uses' => 'Auth\AuthController@getLogout' 'uses' => 'Auth\AuthController@getLogout'