webapp/config/bundles.php

7 lines
165 B
PHP
Raw Normal View History

2023-12-04 19:28:33 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
2023-12-05 02:15:41 +00:00
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
2023-12-04 19:28:33 +00:00
];