We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c9107d + e3adb8b commit eb54b51Copy full SHA for eb54b51
src/Command/Yml/Migration.php
@@ -89,7 +89,7 @@ protected function generate(array &$vars, Assets $assets): void {
89
$vars['fields'] = \array_keys($field_map[$entity_type] ?? []);
90
}
91
92
- $assets->addFile('migration/{plugin_id}.yml', 'migration.twig');
+ $assets->addFile('migrations/{plugin_id}.yml', 'migration.twig');
93
94
95
0 commit comments