@@ -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 | } |