Skip to content

Commit 0e99e35

Browse files
committed
minor symfony#142 Register DoctrineFixturesBundle in the env bundles (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Register DoctrineFixturesBundle in the env bundles Move DoctrineFixturesBundle registration needs for developing only to the environment bundles section Commits ------- d71c9fc Register DoctrineFixturesBundle in the env bundles
2 parents 4c318fe + d71c9fc commit 0e99e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function registerBundles()
2020
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
2121
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
2222
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
23-
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
2423
new AppBundle\AppBundle(),
2524
);
2625

@@ -33,6 +32,7 @@ public function registerBundles()
3332
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
3433
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
3534
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
35+
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle();
3636
}
3737

3838
return $bundles;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy