Remove comments into bundles.php file

This commit is contained in:
Julien Fastré 2023-12-12 16:02:44 +01:00
parent db4effd727
commit 1f6e5a807b
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ return [
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
//ChampsLibres\AsyncUploaderBundle\ChampsLibresAsyncUploaderBundle::class => ['all' => true],
Chill\MainBundle\ChillMainBundle::class => ['all' => true],
Chill\PersonBundle\ChillPersonBundle::class => ['all' => true],
Chill\CustomFieldsBundle\ChillCustomFieldsBundle::class => ['all' => true],