From 7e27f0f83bc1f39c374dd02a426e8b666b05d9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez?= Date: Mon, 4 Nov 2013 12:44:35 +0000 Subject: [PATCH] Fixed model build command --- Command/ModelBuildCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /**