diff --git a/Command/BuildSqlCommand.php b/Command/BuildSqlCommand.php index 53592bc..dc9aafc 100644 --- a/Command/BuildSqlCommand.php +++ b/Command/BuildSqlCommand.php @@ -48,7 +48,7 @@ EOT $this->additionalPhingArgs[] = 'verbose'; } - if (true === $this->callPhing('sql', array('propel.packageObjectModel' => false))) { + if (true === $this->callPhing('sql', array('propel.packageObjectModel' => true))) { $filesystem = new Filesystem(); $basePath = $this->getApplication()->getKernel()->getRootDir(). DIRECTORY_SEPARATOR . 'propel'. DIRECTORY_SEPARATOR . 'sql'; $sqlMap = file_get_contents($basePath . DIRECTORY_SEPARATOR . 'sqldb.map');