Skip to content

Commit 32d8b07

Browse files
author
Gareth Midwood
committed
Remove reliance on Drupal7 and 8 modules for Drush setup
1 parent 453d3a1 commit 32d8b07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Environment/Command/SetupEnvCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ class SetupEnvCommand extends ConfigurationCommand
114114
'mysql'
115115
],
116116
'frameworks' => [
117-
\Creode\Framework\Drupal8\Drupal8::NAME,
118-
\Creode\Framework\Drupal7\Drupal7::NAME
117+
'Drupal8',
118+
'Drupal7'
119119
]
120120
]
121121
];

0 commit comments

Comments
 (0)