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