content_workflow_bynder-1.0.0/drush.services.yml
drush.services.yml
services:
content_workflow_bynder.commands:
class: Drupal\content_workflow_bynder\Commands\ContentWorkflowBynderCommands
arguments:
- '@content_workflow_bynder.client'
- '@config.factory'
- '@entity_type.manager'
tags:
- { name: drush.command }
