Files
pcm-badge-bundle/config/bundles.php
pcm-libraries a4f4e1990c Initial commit
2024-08-07 15:04:23 +00:00

13 lines
294 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\ExampleBundle\PcmExampleBundle::class => ['all' => true],
];