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.
1 parent a9905ad commit 84043dbCopy full SHA for 84043db
bin/composer-post-install-script.php
@@ -51,6 +51,6 @@ function getEnvironment(): string
51
52
echo "Using environment setting: " . getEnvironment() . PHP_EOL;
53
54
-var_dump("File exists " . file_exists(realpath(__DIR__ . '/../config/development.config.php')));
+var_dump("File exists " , file_exists(realpath(__DIR__ . '/../config/development.config.php')));
55
56
array_walk($files, 'copyFile');
0 commit comments