Update ModelBuildCommand.php

This commit is contained in:
Marcin Kucharski 2013-06-17 15:36:34 +02:00
parent 5a2392a268
commit f142ced764

View file

@ -50,10 +50,6 @@ EOT
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
if ($input->getOption('verbose')) {
$this->additionalPhingArgs[] = 'verbose';
}
if (true === $this->callPhing('om')) {
foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {
$output->writeln(sprintf(