7 lines
206 B
YAML
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 }
|