Added special logic for foreignKey columns

This commit is contained in:
Moritz Schroeder 2016-02-17 19:51:22 +01:00
commit edfb13c388
2 changed files with 13 additions and 3 deletions

View file

@ -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);
}
}
}