Sort of get config to work

This commit is contained in:
Brabli
2022-08-14 15:16:00 +01:00
parent 03b705cf5f
commit 8149b9494d
11 changed files with 111 additions and 33 deletions

5
config/bundles.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
Pcm\IconBundle\PcmIconBundle::class => ['all' => true],
];