8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89382cf commit 5009526Copy full SHA for 5009526
bundles.rst
@@ -31,7 +31,7 @@ file::
31
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
32
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
33
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
34
- // this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
+ // this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
35
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
36
];
37
0 commit comments