Initial commit
This commit is contained in:
14
config/bundles.php
Normal file
14
config/bundles.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user