Some scrutiniser related code cleanup.

This commit is contained in:
James Cole
2016-03-20 16:46:26 +01:00
parent 6698b57f52
commit 6602b1587a
5 changed files with 26 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ class UserEventListener
/**
* Handle user logout events.
*/
public function onUserLogout($event)
public function onUserLogout()
{
// dump stuff from the session:
Session::forget('twofactor-authenticated');