file-explorer/config/bundles.php
Constantin Simonis e70c6db10f
All checks were successful
build / build (pull_request) Successful in 3m57s
add table for displaying dir content
2024-12-04 19:39:37 +01:00

9 lines
301 B
PHP

<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Symfony\UX\Icons\UXIconsBundle::class => ['all' => true],
];