use scalar for default connection alias
This commit is contained in:
parent
dbbc9e5c92
commit
4028cf19e7
3 changed files with 9 additions and 1 deletions
|
|
@ -111,6 +111,10 @@ EOT
|
|||
|
||||
$connections = array();
|
||||
foreach ($propelConfiguration['datasources'] as $name => $config) {
|
||||
if (is_scalar($config)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$connections[$name] = $config['connection'];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue