Files
symfony-skeleton/config/bundles.php
2025-08-17 12:30:14 +03:00

7 lines
179 B
PHP

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