webapp/config/bundles.php

7 lines
165 B
PHP
Raw Normal View History

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