- Issue created by @tr
- Status changed to Fixed
6 months ago 4:23pm 23 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
See https://www.drush.org/12.x/commands/ for details.
Basic steps that apply to this module are:
Change namespace and class naming according to https://www.drush.org/12.x/commands/#auto-discovered-commands-psr4
Use PHP attributes for Drush command definitions, as per https://www.drush.org/12.x/commands/#attributes-or-annotations
Change class name in drush.services.yml for when class is not autoloaded.
Add use statement for Drush PHP attribute class.
Fixed
2.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.