Skip to content
Snippets Groups Projects

Issue #3316721: Add script to convert this module into a core merge request

Merged Issue #3316721: Add script to convert this module into a core merge request
2 unresolved threads
2 unresolved threads
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -34,6 +34,7 @@ class Converter {
$fs->remove($package_manager_core_path);
// Copy the contrib module to core.
exit();
$fs->mirror(self::getContribDir(), $core_module_path );
// Remove unneeded
Loading