diff --git a/Command/BuildCommand.php b/Command/BuildCommand.php index 03207b2..67025e3 100644 --- a/Command/BuildCommand.php +++ b/Command/BuildCommand.php @@ -58,7 +58,7 @@ class BuildCommand extends AbstractPropelCommand } if (!$input->getOption('classes')) { - $sqlCommand = new BuildSQLCommand(); + $sqlCommand = new SqlBuildCommand(); $sqlCommand->setApplication($this->getApplication()); $sqlCommand->execute($input, $output); }