1
0
mirror of https://github.com/kvazar-network/webapp.git synced 2025-03-13 06:01:32 +00:00
2024-02-11 22:41:40 +02:00

8 lines
239 B
PHP

<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
];