Skip to content

Commit

Permalink
Correcting a namespacing issue with MigrateToolsCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Feb 8, 2024
1 parent 966cd89 commit 7d8c7fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Drush/Commands/MigrateCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\dgi_migrate\MigrateBatchExecutable;
use Drupal\migrate\Plugin\MigrationInterface;
use Drupal\migrate_tools\Drush\MigrateToolsCommands;
use Drupal\migrate_tools\Drush\Commands\MigrateToolsCommands;
use Drupal\migrate_tools\Drush9LogMigrateMessage;
use Drupal\migrate_tools\MigrateTools;
use Psr\Log\LoggerInterface;
Expand Down

0 comments on commit 7d8c7fb

Please sign in to comment.