Fixed model build command
This commit is contained in:
parent
b8415eb099
commit
7e27f0f83b
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class ModelBuildCommand extends AbstractCommand
|
|||
*/
|
||||
protected function createSubCommandInstance()
|
||||
{
|
||||
return new \Propel\Generator\Command\SqlBuildCommand();
|
||||
return new \Propel\Generator\Command\ModelBuildCommand();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue