We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282182c commit fa7c577Copy full SHA for fa7c577
1 file changed
config/bundles.php
@@ -14,4 +14,5 @@
14
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
15
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
16
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
17
+ Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true],
18
];
0 commit comments