From 6e72d0b7da50d9cb0d9df716c9c8b067559431bd Mon Sep 17 00:00:00 2001 From: Evgeny Kuchuk Date: Wed, 28 Oct 2020 17:22:10 +0300 Subject: [PATCH] Update JWTGenerateCommand.php --- src/Commands/JWTGenerateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/JWTGenerateCommand.php b/src/Commands/JWTGenerateCommand.php index a62e8f9..da20e54 100644 --- a/src/Commands/JWTGenerateCommand.php +++ b/src/Commands/JWTGenerateCommand.php @@ -36,7 +36,7 @@ class JWTGenerateCommand extends Command * * @return void */ - public function fire() + public function handle() { $key = $this->getRandomKey();