Fix model_paths
This commit is contained in:
parent
58b80628dd
commit
d6d99be87f
3 changed files with 7 additions and 3 deletions
|
|
@ -168,7 +168,7 @@ EOT
|
|||
return -1;
|
||||
}
|
||||
|
||||
$connectionName = $input->getOption('connection');
|
||||
$connectionName = $input->getOption('connection') ?: $this->getDefaultConnection();
|
||||
|
||||
if ('yml' === $type) {
|
||||
$loader = $this->getContainer()->get('propel.loader.yaml');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue