예제 #1
0
 /**
  * {@inheritdoc}
  */
 protected function addServiceFiles($service_yamls)
 {
     // In the beginning there is no settings.php and no service YAMLs.
     return parent::addServiceFiles($service_yamls ?: []);
 }