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 a3f1b34 commit edcdb3aCopy full SHA for edcdb3a
quick_tour/the_architecture.rst
@@ -114,7 +114,7 @@ a single Bundle class that describes it::
114
new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
115
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
116
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
117
- new AppBundle\AppBundle();
+ new AppBundle\AppBundle(),
118
);
119
120
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
0 commit comments