Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / config / services / drupal-console / libraries.yml
1 services:
2   console.libraries_debug:
3     class: Drupal\Console\Command\Libraries\DebugCommand
4     arguments: ['@module_handler', '@theme_handler', '@library.discovery', '@app.root']
5     tags:
6       - { name: drupal.command }