Update basic stuff

This commit is contained in:
brabli
2024-08-07 16:47:56 +01:00
parent a4f4e1990c
commit 0d29da03c4
7 changed files with 24 additions and 48 deletions

View File

@@ -7,6 +7,6 @@ declare(strict_types=1);
// Most of the time we probably want to have access to our bundle
// in all environments (prod, dev, test etc).
return [
Pcm\ExampleBundle\PcmExampleBundle::class => ['all' => true],
Pcm\BadgeBundle\PcmBadgeBundle::class => ['all' => true],
];