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 ba50060 commit 18fba46Copy full SHA for 18fba46
src/ConnectionManager.php
@@ -67,7 +67,7 @@ private static function loadConfigs(): array
67
$configFile
68
));
69
}
70
- $configFileContent = require_once $configFile;
+ $configFileContent = require $configFile;
71
if (empty($configFileContent) || !is_array($configFileContent)) {
72
throw new DbException(sprintf(
73
'Connections config file `%s` should return array of connection params',
0 commit comments