@@ -38,9 +38,9 @@ |
||
38 | 38 | |
39 | 39 | $config = config('jwt'); |
40 | 40 | $config['default']['signerKey'] = randomKey(); |
41 | - $config = 'return ' . Helpers::dump($config) . ';'; |
|
41 | + $config = 'return '.Helpers::dump($config).';'; |
|
42 | 42 | |
43 | - file_put_contents($this->app->getConfigPath() . 'jwt.php', $file . $config); |
|
43 | + file_put_contents($this->app->getConfigPath().'jwt.php', $file.$config); |
|
44 | 44 | $output->writeln('> success!'); |
45 | 45 | } |
46 | 46 | } |
@@ -33,9 +33,9 @@ |
||
33 | 33 | */ |
34 | 34 | private $manager; |
35 | 35 | |
36 | - /** |
|
37 | - * @var Builder |
|
38 | - */ |
|
36 | + /** |
|
37 | + * @var Builder |
|
38 | + */ |
|
39 | 39 | private $builder; |
40 | 40 | |
41 | 41 | use \xiaodi\JWTAuth\Traits\Jwt; |