Files
pcm-metadata-bundle/config/bundles.php
pcm-internal 2a82b5c0b1 Initial commit
2025-11-27 13:22:07 +00:00

15 lines
298 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 our bundle to be present in
* all environments (prod, dev, test etc).
*/
return [
Pcm\ExampleBundle\PcmExampleBundle::class => ['all' => true],
];