platform/api/symfony/Bundle/TwigBundle/Resources/config/console.yaml
2024-09-02 10:44:11 -07:00

15 lines
365 B
YAML

name: console
class_comment: null
dependencies:
- name: DebugCommand
type: class
source: Symfony\Bridge\Twig\Command\DebugCommand
- name: LintCommand
type: class
source: Symfony\Bundle\TwigBundle\Command\LintCommand
properties: []
methods: []
traits:
- Symfony\Bridge\Twig\Command\DebugCommand
- Symfony\Bundle\TwigBundle\Command\LintCommand
interfaces: []