webapp/config/bundles.php

8 lines
239 B
PHP
Raw Normal View History

2024-02-11 19:59:52 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
2024-02-11 20:41:40 +00:00
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
2024-02-11 19:59:52 +00:00
];