Example #1
0
 /**
  * @param State           $state
  * @param Model           $model
  * @param OutputInterface $output
  */
 public function mergeConfig(State $state, Model $model, OutputInterface $output)
 {
     $config = $model->getServiceConfig();
     if (is_array($config)) {
         $state->getModuleConfig()->merge($config);
     }
 }