webapp/config/bundles.php

8 lines
239 B
PHP
Raw Normal View History

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