diff --git a/src/bundle/Resources/config/services/search.yaml b/src/bundle/Resources/config/services/search.yaml index d9be8bc62a..9c3aae8d96 100644 --- a/src/bundle/Resources/config/services/search.yaml +++ b/src/bundle/Resources/config/services/search.yaml @@ -7,6 +7,6 @@ services: $translationHelper: '@ezpublish.translation_helper' EzSystems\EzPlatformAdminUi\Search\PagerSearchContentToDataMapper: - parent: EzSystems\EzPlatformAdminUi\Search\AbstractPagerContentToDataMapper + parent: Ibexa\Platform\Search\Mapper\PagerSearchContentToDataMapper autowire: true public: false diff --git a/src/lib/Form/Data/Search/SearchData.php b/src/lib/Form/Data/Search/SearchData.php index a5e53ae6ff..3169e65c68 100644 --- a/src/lib/Form/Data/Search/SearchData.php +++ b/src/lib/Form/Data/Search/SearchData.php @@ -24,4 +24,3 @@ class SearchData extends \Ibexa\Platform\Bundle\SearchBundle\Form\Data\SearchDat { } } -