oc-jwtauth
oc-jwtauth copied to clipboard
php artisan jwt:generate not working
Hy I am having this error when i run php artisan jwt:generate
In BoundMethod.php line 147:
Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist
Thanks
add public function handle() { $this->fire(); }
on JWTGenerateCommand.php