Problem/Motivation
While trying to update migrate tools to the latest 6.0.4 version, encountered an error
Error: Class "Drupal\migrate_tools\Drush\MigrateToolsCommands" not found in /app/web/modules/contrib/migrate_orphans/src/Commands/MigrateOrphansCommands.php on line 25
Steps to reproduce
Update migrate_tools to its latest 6.0.4 version: https://www.drupal.org/project/migrate_tools/releases/6.0.4
Proposed resolution
Change the use statement path to use Drupal\migrate_tools\Drush\Commands\MigrateToolsCommands;
Remaining tasks
Create a merge request.
User interface changes
API changes
Data model changes
Issue fork migrate_orphans-3419965
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
ohjoz commentedChanged the use statement path to be in line with the changes in migrate_tools 6.0.4 module. Changed the dependency for migrate_tools version to be (>=6.0.4).
Comment #3
ohjoz commentedComment #6
tvalimaa commentedCode change (patch) works.
Comment #8
czigor commentedThis works.
Comment #9
damienmckennaAs a reminder, once you're finished with changes please set the "assigned" field back to "unassigned". Thank you.
Comment #11
pfrenssen