Example #1
0
 /**
  * End current user session
  *
  * @return void
  */
 protected function sessionDown()
 {
     Session::down();
 }