Merge pull request #132 from afjlambert/patch-1

Update Command/BuildCommand.php
This commit is contained in:
William DURAND 2012-04-08 15:45:35 -07:00
commit 87032e2277

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