Files
pcm-badge-bundle/config/bundles.php
2024-08-07 16:47:56 +01:00

13 lines
290 B
PHP

<?php
declare(strict_types=1);
// Here we define the environments the bundle is allowed to be in.
//
// Most of the time we probably want to have access to our bundle
// in all environments (prod, dev, test etc).
return [
Pcm\BadgeBundle\PcmBadgeBundle::class => ['all' => true],
];