oc-jwtauth icon indicating copy to clipboard operation
oc-jwtauth copied to clipboard

php artisan jwt:generate not working

Open dariopetraroia opened this issue 3 years ago • 1 comments

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

dariopetraroia avatar Feb 23 '22 17:02 dariopetraroia

add public function handle() { $this->fire(); } on JWTGenerateCommand.php

muhammad-ihsan avatar May 13 '22 19:05 muhammad-ihsan