We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading to version 3.0.1 (along with Drush 13), I'm getting the following error on all Drush commands:
In LegacyServiceInstantiator.php line 181: Class "Drupal\gdpr_dumper\Commands\SqlSyncCommands" does not exist
Version 3.0 removed the SqlSyncCommands (2.0.0...3.0.0) however its declaration in drush.services.yml was not cleaned up hence this error occurs.
drush.services.yml
The text was updated successfully, but these errors were encountered:
Issue druidfi#7: Cleaned up SqlSyncCommands in drush services.
62273e0
Merge pull request #8 from sonnykt/feature/cleanup_sqlsynccommands
14754ba
Issue #7: Cleaned up SqlSyncCommands in drush services.
Thanks! Merged and created a new release.
Sorry, something went wrong.
No branches or pull requests
After upgrading to version 3.0.1 (along with Drush 13), I'm getting the following error on all Drush commands:
Version 3.0 removed the SqlSyncCommands (2.0.0...3.0.0) however its declaration in
drush.services.yml
was not cleaned up hence this error occurs.The text was updated successfully, but these errors were encountered: