Open dariopetraroia opened 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
add public function handle() { $this->fire(); } on JWTGenerateCommand.php
public function handle() { $this->fire(); }
JWTGenerateCommand.php
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