Beispiel #1
0
 /**
  * The index action, tries to authorize an user.
  * @return String
  */
 public function index()
 {
     return $this->model->authorize();
 }