Skip to content

Commit 121297d

Browse files
author
Administrator
committed
修改 command jwt 配置
1 parent c942c22 commit 121297d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/JwtCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function execute(Input $input, Output $output)
3636
$file->addComment('Jwt 配置');
3737
$file->setStrictTypes();
3838

39-
$config = config('jwt');
39+
$config = config('jwt.apps.admin');
4040
$config['default']['signerKey'] = randomKey();
4141
$config = 'return '.Helpers::dump($config).';';
4242

0 commit comments

Comments
 (0)