Skip to content

Commit f410d88

Browse files
authored
[Bundles] Remove SensioFrameworkExtraBundle from code exemple
1 parent 4fd8a44 commit f410d88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundles.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ file::
2626
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
2727
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
2828
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
29-
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
3029
// this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
3130
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
3231
];

0 commit comments

Comments
 (0)