Skip to content

Commit

Permalink
Moved search bundle to new namespace (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jul 14, 2020
1 parent 41941d9 commit 6ddc992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
EzSystems\EzPlatformGraphQL\EzSystemsEzPlatformGraphQLBundle::class => ['all' => true],
EzSystems\EzPlatformQueryFieldType\Symfony\EzSystemsEzPlatformQueryFieldTypeBundle::class => ['all' => true],
Ibexa\Platform\Bundle\SearchBundle\PlatformSearchBundle::class => ['all' => true],
Ibexa\Platform\Bundle\Search\IbexaPlatformSearchBundle::class => ['all' => true],
Overblog\GraphQLBundle\OverblogGraphQLBundle::class => ['all' => true],
Overblog\GraphiQLBundle\OverblogGraphiQLBundle::class => ['dev' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Expand Down
2 changes: 1 addition & 1 deletion config/routes/ezplatform_search.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
platform_search:
resource: '@PlatformSearchBundle/Resources/config/routing.yaml'
resource: '@IbexaPlatformSearchBundle/Resources/config/routing.yaml'

0 comments on commit 6ddc992

Please sign in to comment.