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