tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.28k stars 1.55k forks source link

Please change public function fire() #1380

Open mochlutfifauzi opened 6 years ago

mochlutfifauzi commented 6 years ago

Please change public function fire() to public function handle. in file vendor/tymon/jwt-aut/src/Commands/JWTGenerateContent.php.

So user can easily php artisan jwt:generate without error Thanks

SergioFloresG commented 6 years ago

https://github.com/tymondesigns/jwt-auth/blob/614ee3410a1cc18ef13c8d5ffd491b5608afabd8/src/Commands/JWTGenerateCommand.php#L39