Example #1
0
 /**
  * Generates a CSRF token
  *
  * @return  string
  */
 public function csrfToken()
 {
     return $this->app->csrfToken();
 }