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 4fd8a44 commit f410d88Copy full SHA for f410d88
bundles.rst
@@ -26,7 +26,6 @@ file::
26
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
27
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
28
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
29
- Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
30
// this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
31
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
32
];
0 commit comments