We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcefe8 commit ac36d10Copy full SHA for ac36d10
src/Robo/Commands/Setup/ConfigCommand.php
@@ -81,7 +81,9 @@ public function import() {
81
throw new BltException("Failed to import configuration!");
82
}
83
84
- $this->checkFeaturesOverrides();
+ if ($this->getInspector()->getDrushMajorVersion() == 8) {
85
+ $this->checkFeaturesOverrides();
86
+ }
87
$this->checkConfigOverrides($cm_core_key);
88
89
$result = $this->invokeHook('post-config-import');
0 commit comments