예제 #1
0
 /**
  * {@inheritdoc}
  */
 protected function executeSchemaCommand(InputInterface $input, OutputInterface $output, SchemaTool $schemaTool, array $metadatas)
 {
     return parent::executeSchemaCommand($input, new ColoredSqlOutput($output), $schemaTool, $metadatas);
 }
 /**
  * {@inheritdoc}
  */
 protected function executeSchemaCommand(InputInterface $input, OutputInterface $output, SchemaTool $schemaTool, array $metadatas)
 {
     parent::executeSchemaCommand($input, $output, $schemaTool, $metadatas);
 }