Files
symfony-skeleton/config/bundles.php
hakutaku 7666db5667 init
2025-08-17 12:21:12 +03:00

6 lines
97 B
PHP

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