Skip to content

Commit f021ca4

Browse files
committed
Fix config/bundles.php
1 parent 4b0dd17 commit f021ca4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

bundles.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ file::
2222
return [
2323
// 'all' means that the bundle is enabled for any Symfony environment
2424
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
25-
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
26-
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
27-
// this bundle is enabled only in 'dev'
28-
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
29-
Symfony\Bundle\TwigBundle\TwigBundle::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-
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
33-
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
34-
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
3525
// ...
3626

3727
// this bundle is enabled only in 'dev'

0 commit comments

Comments
 (0)