Fixed model build command

This commit is contained in:
Kévin Gomez 2013-11-04 12:44:35 +00:00
commit 7e27f0f83b

View file

@ -40,7 +40,7 @@ class ModelBuildCommand extends AbstractCommand
*/
protected function createSubCommandInstance()
{
return new \Propel\Generator\Command\SqlBuildCommand();
return new \Propel\Generator\Command\ModelBuildCommand();
}
/**