Skip to content

Commit 84043db

Browse files
committed
ignore development files on production env
Signed-off-by: MarioRadu <magda_marior@yahoo.com>
1 parent a9905ad commit 84043db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/composer-post-install-script.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ function getEnvironment(): string
5151

5252
echo "Using environment setting: " . getEnvironment() . PHP_EOL;
5353

54-
var_dump("File exists " . file_exists(realpath(__DIR__ . '/../config/development.config.php')));
54+
var_dump("File exists " , file_exists(realpath(__DIR__ . '/../config/development.config.php')));
5555

5656
array_walk($files, 'copyFile');

0 commit comments

Comments
 (0)