@@ -16,13 +16,13 @@ public function registerBundles()
16
16
new Symfony \Bundle \SecurityBundle \SecurityBundle (),
17
17
new Symfony \Bundle \TwigBundle \TwigBundle (),
18
18
new Symfony \Bundle \MonologBundle \MonologBundle (),
19
- new Symfony \Bundle \SwiftmailerBundle \SwiftmailerBundle (),
20
19
new Doctrine \Bundle \DoctrineBundle \DoctrineBundle (),
21
20
new Sensio \Bundle \FrameworkExtraBundle \SensioFrameworkExtraBundle (),
22
21
new WhiteOctober \PagerfantaBundle \WhiteOctoberPagerfantaBundle (),
23
22
new CodeExplorerBundle \CodeExplorerBundle (),
24
23
new AppBundle \AppBundle (),
25
- new Doctrine \Bundle \FixturesBundle \DoctrineFixturesBundle (),
24
+ // uncomment the following line if your application sends emails
25
+ // new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
26
26
];
27
27
28
28
// Some bundles are only used while developing the application or during
@@ -34,6 +34,7 @@ public function registerBundles()
34
34
$ bundles [] = new Symfony \Bundle \WebProfilerBundle \WebProfilerBundle ();
35
35
$ bundles [] = new Sensio \Bundle \DistributionBundle \SensioDistributionBundle ();
36
36
$ bundles [] = new Sensio \Bundle \GeneratorBundle \SensioGeneratorBundle ();
37
+ $ bundles [] = new Doctrine \Bundle \FixturesBundle \DoctrineFixturesBundle ();
37
38
}
38
39
39
40
return $ bundles ;
0 commit comments