@@ -33,7 +33,7 @@ |
||
| 33 | 33 | $this->yaml = $app->make(YamlConfigurationRepository::class); |
| 34 | 34 | |
| 35 | 35 | if ($this->yaml->hasYamlConfigFile()) { |
| 36 | - tap($app->make('config'), function (Repository $config): void { |
|
| 36 | + tap($app->make('config'), function(Repository $config): void { |
|
| 37 | 37 | $this->config = $config->all(); |
| 38 | 38 | $this->mergeParsedConfiguration(); |
| 39 | 39 | })->set($this->config); |