Run quickstart script

This commit is contained in:
brabli
2025-11-27 13:31:15 +00:00
parent 2a82b5c0b1
commit 0633768582
7 changed files with 13 additions and 13 deletions

View File

@@ -9,6 +9,6 @@ declare(strict_types=1);
* all environments (prod, dev, test etc).
*/
return [
Pcm\ExampleBundle\PcmExampleBundle::class => ['all' => true],
Pcm\MetadataBundle\PcmMetadataBundle::class => ['all' => true],
];