Files
farmOS-dev/web/modules/simple_oauth/drush.services.yml
2024-12-10 15:08:16 +01:00

7 lines
206 B
YAML

services:
simple_oauth_commands:
class: Drupal\simple_oauth\Drush\Commands\SimpleOauthCommands
arguments: ['@simple_oauth.key.generator', '@file_system']
tags:
- { name: drush.command }