wireweb/config/bundles.php

7 lines
165 B
PHP
Raw Permalink Normal View History

2023-04-14 20:27:33 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
2023-04-14 20:27:33 +00:00
];