vdomah / oc-jwtauth

JWTAuth plugin for October CMS wich provides token based authentication
MIT License
27 stars 20 forks source link

php artisan jwt:generate not working #25

Open dariopetraroia opened 2 years ago

dariopetraroia commented 2 years ago

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

muhammad-ihsan commented 2 years ago

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