diff --git a/config/bundles.php b/config/bundles.php index e28e937a9f..7a73bb6d71 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -36,6 +36,6 @@ return [ 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], - Sonata\Exporter\Bridge\Symfony\SonataExporterSymfonyBundle::class => ['all' => true], + Sonata\Exporter\Bridge\Symfony\SonataExporterBundle::class => ['all' => true], Oh\GoogleMapFormTypeBundle\OhGoogleMapFormTypeBundle::class => ['all' => true], ];