Fix logout method call

This commit is contained in:
James Brooks
2014-11-24 16:43:55 +00:00
parent df8778bef4
commit cbb7032119

View File

@@ -9,7 +9,7 @@
}
public function logoutAction() {
Auth::logut();
Auth::logout();
return Redirect::to('/');
}