Fix logout

This commit is contained in:
Dane Everitt 2016-01-16 21:45:35 -05:00
parent d14b9ff83c
commit 8e92f96999

View file

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