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