Skip to content

Commit

Permalink
refactor: code related envoi #2531 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
prajapati-kaushik authored and joostfaassen committed Dec 30, 2019
1 parent 2f0da35 commit 9670e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/BaseConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected function loadConfig()
Envoi::init($envFilename, $metaFilename);
} else {
// Use standard Dotenv for loading variables
$dotenv = new Dotenv();
$dotenv = new Dotenv(true);
$dotenv->load($envFilename);
}
}
Expand Down

0 comments on commit 9670e2a

Please sign in to comment.