platform/api/symfony/Bundle/TwigBundle/Resources/config/console.yaml

16 lines
365 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []