Skip to content

Commit edcdb3a

Browse files
kainjowwouterj
authored andcommitted
the_architecture: Fix syntax error
1 parent a3f1b34 commit edcdb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ a single Bundle class that describes it::
114114
new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
115115
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
116116
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
117-
new AppBundle\AppBundle();
117+
new AppBundle\AppBundle(),
118118
);
119119

120120
if (in_array($this->getEnvironment(), array('dev', 'test'))) {

0 commit comments

Comments
 (0)