Skip to content

Commit 9f42bd7

Browse files
committed
[FIX] rename method fire to handle
1 parent 502dc72 commit 9f42bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/KeyGenerateCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class KeyGenerateCommand extends Command
2424
*
2525
* @return void
2626
*/
27-
public function fire()
27+
public function handle()
2828
{
2929
// call the action to generate a new key.
3030
$key = $this->generateRandomKey();
@@ -80,4 +80,4 @@ protected function printBlock(array $lines, $style, $firstBlock = false)
8080
// empty ending line.
8181
$this->line('');
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)