popsu-d9/old.vendor/chi-teck/drupal-code-generator/templates/other/drupal-console-command-services.twig
2022-04-27 11:30:43 +02:00

6 lines
132 B
Twig

services:
{{ service_name }}:
class: Drupal\{{ machine_name }}\Command\{{ class }}
tags:
- { name: drupal.command }