We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d94838 + 11b7a52 commit 885c5bfCopy full SHA for 885c5bf
1 file changed
src/Command/JwtCommand.php
@@ -35,7 +35,7 @@ protected function execute(Input $input, Output $output)
35
$file->setStrictTypes();
36
37
$config = config('jwt');
38
- $config['signer_key'] = randomKey();
+ $config['signerKey'] = randomKey();
39
$config = 'return '.Helpers::dump($config).';';
40
41
file_put_contents($this->app->getConfigPath().'jwt.php', $file.$config);
0 commit comments