symfony_example_app/config/bundles.php
2024-01-16 16:54:06 +01:00

7 lines
165 B
PHP

<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
];