Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd71c9fc

Browse files
committed
Register DoctrineFixturesBundle in the env bundles
Move DoctrineFixturesBundle registration needs for developing only to the environment bundles section
1 parent306c466 commitd71c9fc

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
newSymfony\Bundle\AsseticBundle\AsseticBundle(),
2121
newDoctrine\Bundle\DoctrineBundle\DoctrineBundle(),
2222
newSensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
23-
newDoctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
2423
newAppBundle\AppBundle(),
2524
);
2625

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

3838
return$bundles;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp