Update Command/BuildCommand.php

This commit is contained in:
Andre Lambert 2012-04-09 01:32:59 +03:00
parent 07f7ec73c5
commit b4f554a19e

View file

@ -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);
}