mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-11-19 23:00:37 +01:00
6 lines
97 B
PHP
6 lines
97 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||
|
|
];
|