Correct namespace for MigrateToolsCommands #700

This changed in the 6.0.2 release of migrate_tools: https://www.drupal.org/node/3372643
This commit is contained in:
Paul Weidner 2023-07-07 11:37:09 -07:00 committed by Michael Stenta
parent a1b315c902
commit 7f8097f8f2
3 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- [Leaving empty the Parent field in the Assign Parent For This Asset form leads to unexpected error #683](https://github.com/farmOS/farmOS/issues/683)
- [Correct namespace for MigrateToolsCommands #700](https://github.com/farmOS/farmOS/pull/700)
## [2.1.1] 2023-05-23

View File

@ -37,7 +37,7 @@
"drupal/jsonapi_extras": "^3.15",
"drupal/jsonapi_schema": "1.0-beta2",
"drupal/log": "^2.0.2",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_plus": "^6.0.2",
"drupal/migrate_tools": "^6.0",
"drupal/simple_oauth": "5.2.3",
"drupal/state_machine": "^1.0",

View File

@ -2,7 +2,7 @@
namespace Drupal\farm_migrate\Commands;
use Drupal\migrate_tools\Commands\MigrateToolsCommands;
use Drupal\migrate_tools\Drush\MigrateToolsCommands;
/**
* Farm Migrate Drush commands.