Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function add(Command $command)
 {
     if ($command instanceof AppAwareCommandInterface) {
         $command->setApp($this->app);
     }
     parent::add($command);
 }