File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ public function scaffold() {
143
143
144
144
// Call any pre-scaffold scripts that may be defined.
145
145
$ dispatcher = $ this ->composer ->getEventDispatcher ();
146
- $ dispatcher ->dispatch (self ::PRE_DRUPAL_SCAFFOLD_CMD );
146
+ $ dispatcher ->dispatchScript (self ::PRE_DRUPAL_SCAFFOLD_CMD );
147
147
148
148
// Fetch the list of file mappings from each allowed package and normalize
149
149
// them.
@@ -178,7 +178,7 @@ public function scaffold() {
178
178
$ gitIgnoreManager ->manageIgnored ($ scaffold_results , $ scaffold_options );
179
179
180
180
// Call post-scaffold scripts.
181
- $ dispatcher ->dispatch (self ::POST_DRUPAL_SCAFFOLD_CMD );
181
+ $ dispatcher ->dispatchScript (self ::POST_DRUPAL_SCAFFOLD_CMD );
182
182
}
183
183
184
184
/**
You can’t perform that action at this time.
0 commit comments