Files
domain-watchdog/config/bundles.php
2024-07-10 22:25:02 +02:00

6 lines
97 B
PHP

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