Added special logic for foreignKey columns
This commit is contained in:
parent
51fb7fd287
commit
edfb13c388
2 changed files with 13 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ EOT
|
|||
|
||||
foreach ($manager->getDataModels() as $dataModel) {
|
||||
foreach ($dataModel->getDatabases() as $database) {
|
||||
$this->createFormTypeFromDatabase($this->bundle, $database, $models, $output, $force);
|
||||
$this->createFormTypeFromDatabase($bundle, $database, $models, $output, $force);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue