|
@@ -19,7 +19,7 @@ |
|
|
block discarded – undo |
|
19
|
19
|
/** Get all the configuration files for the application. */ |
|
20
|
20
|
protected function getConfigurationFiles(Application $app): array |
|
21
|
21
|
{ |
|
22
|
|
- return (array) tap(parent::getConfigurationFiles($app), function (array &$files) use ($app): void { |
|
|
22
|
+ return (array) tap(parent::getConfigurationFiles($app), function(array &$files) use ($app): void { |
|
23
|
23
|
// Inject our custom config file which is stored in `app/config.php`. |
|
24
|
24
|
$files['app'] ??= $app->basePath().DIRECTORY_SEPARATOR.'app'.DIRECTORY_SEPARATOR.'config.php'; |
|
25
|
25
|
}); |
Please login to merge, or discard this patch.