Exemplo n.º 1
0
 /**
  * @param string $message
  * @return User
  * @throws \App\Exceptions\ForbiddenException
  */
 public function mustBeLoggedIn($message = 'A logged in user is required to do this.')
 {
     return $this->api->user();
 }