Files
points-of-interest/server/config/bundles.php
T
2025-10-10 00:19:50 +02:00

6 lines
97 B
PHP

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