We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getEnvironment()
1 parent ecb4358 commit c2389d6Copy full SHA for c2389d6
bin/composer-post-install-script.php
@@ -26,7 +26,7 @@ function copyFile(array $file): void
26
27
function getEnvironment(): string
28
{
29
- return file_exists('config/development.local.php') ? ENVIRONMENT_DEVELOPMENT : ENVIRONMENT_PRODUCTION;
+ return file_exists('config/autoload/development.local.php') ? ENVIRONMENT_DEVELOPMENT : ENVIRONMENT_PRODUCTION;
30
}
31
32
// when adding files to the below array the `source` and `destination` paths must be relative to the project root folder
0 commit comments