Files
ai-chat/config/bundles.php
T
2026-06-10 18:22:27 +02:00

7 lines
157 B
PHP

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