This commit is contained in:
James Cole
2016-10-22 22:44:57 +02:00
parent a8a8afc2be
commit 3c0c15103e
5 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ class UserEventHandler
*
* @return bool
*/
public function onUserLogout(): bool
public function logoutUser(): bool
{
// dump stuff from the session:
Session::forget('twofactor-authenticated');