%PDF- %PDF-
Direktori : /proc/self/root/var/www/html/news/app/Listeners/Jwt/ |
Current File : //proc/self/root/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.'); } }