Update JWTGenerateCommand.php

This commit is contained in:
Evgeny Kuchuk 2020-10-28 17:22:10 +03:00
parent 76e8be0e8f
commit 6e72d0b7da

View File

@ -36,7 +36,7 @@ class JWTGenerateCommand extends Command
* *
* @return void * @return void
*/ */
public function fire() public function handle()
{ {
$key = $this->getRandomKey(); $key = $this->getRandomKey();