diff --git a/Command/ModelBuildCommand.php b/Command/ModelBuildCommand.php index a5a54b2..dec3b53 100644 --- a/Command/ModelBuildCommand.php +++ b/Command/ModelBuildCommand.php @@ -40,7 +40,7 @@ class ModelBuildCommand extends AbstractCommand */ protected function createSubCommandInstance() { - return new \Propel\Generator\Command\SqlBuildCommand(); + return new \Propel\Generator\Command\ModelBuildCommand(); } /**