Skip to content
Snippets Groups Projects

Update ConfigImportEventSubscriber.php

Closed Juan Gala requested to merge issue/sitestudio_config_management-3479885:1.x into 1.x
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -75,7 +75,6 @@ class ConfigImportEventSubscriber implements EventSubscriberInterface {
// Because in scenarios, where there are NO Drupal Configuration changes,
// the event ConfigEvents::IMPORT is not triggered.
if (!InstallerKernel::installationAttempted() && in_array('sitestudio_config_management', $enabled_extensions)) {
$this->addCommand("cohesion:import");
$this->addCommand("sitestudio:package:import");
$this->execute();
}
Loading