%PDF- %PDF-
Direktori : /var/www/html/news/app/Listeners/Jwt/ |
Current File : /var/www/html/news/app/Listeners/Jwt/UserNotFound.php |
<?php namespace App\Listeners\Jwt; /** * Class UserNotFound */ class UserNotFound extends TokenBase { /** * @return array */ public function handle() { return $this->response->errorUnauthorized('Token is orphan.'); } }