We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d94838 commit 11b7a52Copy full SHA for 11b7a52
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