Removed command headers, fixed naming

This commit is contained in:
William DURAND 2012-05-09 01:04:22 +02:00
commit 590787d2b6
12 changed files with 21 additions and 34 deletions

View file

@ -48,8 +48,6 @@ EOT
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->writeSection($output, '[Propel] You are running the command: propel:model:build');
if ($input->getOption('verbose')) {
$this->additionalPhingArgs[] = 'verbose';
}