Skip to content

Commit

Permalink
fix(fixtures): Add them to prod as well
Browse files Browse the repository at this point in the history
  • Loading branch information
plduthoit authored Oct 8, 2024
1 parent 7804839 commit 21bacdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symfony/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['dev' => true, 'test' => true],
Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle::class => ['dev' => true, 'test' => true],
Hautelook\AliceBundle\HautelookAliceBundle::class => ['dev' => true, 'test' => true],
Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['all' => true],
Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle::class => ['all' => true],
Hautelook\AliceBundle\HautelookAliceBundle::class => ['all' => true],
Sentry\SentryBundle\SentryBundle::class => ['prod' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
];

0 comments on commit 21bacdf

Please sign in to comment.