Files
MtoRagSystem/config/bundles.php
2026-02-11 14:15:08 +01:00

7 lines
171 B
PHP

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