Update SqlBuildCommand.php

This commit is contained in:
Marcin Kucharski 2013-06-17 16:36:56 +03:00
parent ad6d950980
commit b4252ee62c

View file

@ -52,10 +52,6 @@ EOT
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
if ($input->getOption('verbose')) {
$this->additionalPhingArgs[] = 'verbose';
}
$finder = new Finder();
$filesystem = new Filesystem();