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

Command icon 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

OhJoz created an issue. See original summary.

ohjoz’s picture

Changed 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).

ohjoz’s picture

Status: Active » Needs review

tvalimaa’s picture

Code change (patch) works.

czigor made their first commit to this issue’s fork.

czigor’s picture

Status: Needs review » Reviewed & tested by the community

This works.

damienmckenna’s picture

Assigned: ohjoz » Unassigned

As a reminder, once you're finished with changes please set the "assigned" field back to "unassigned". Thank you.

pfrenssen’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.