public function getFinalSchemas(KernelInterface $kernel, BundleInterface $bundle = null)
 {
     return parent::getFinalSchemas($kernel, $bundle);
 }
 /**
  * {@inheritdoc}
  */
 protected function initialize(InputInterface $input, OutputInterface $output)
 {
     parent::initialize($input, $output);
     $this->loadPropelGenerator();
 }