/**
  * Handle user logout events.
  * @param $event
  */
 public function onUserLogout($event)
 {
     LoginActivityFacade::logout($event);
 }