website/config/bundles.php

8 lines
244 B
PHP
Raw Normal View History

<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
2022-09-12 15:18:11 +02:00
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
];