Пример #1
0
 /**
  * Logs the user out.
  */
 public function logoutUser()
 {
     $this->userFactory->logoutUser();
 }