symfony_example_app/config/bundles.php

7 lines
165 B
PHP
Raw Normal View History

2024-01-16 15:54:06 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
];