2022-04-26 14:57:59 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
2022-04-29 12:23:26 +02:00
|
|
|
Pentatrion\ViteBundle\PentatrionViteBundle::class => ['all' => true],
|
2022-04-26 14:57:59 +02:00
|
|
|
];
|