Skip to content

Commit

Permalink
Set proper service as lazy (ezsystems#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadejski authored and andrerom committed Aug 10, 2018
1 parent 40f419c commit 4b8b497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Expand Up @@ -46,13 +46,13 @@ services:
#
# ez_recommendation.legacy.recommendation_search_engine:
# class: EzSystems\RecommendationBundle\eZ\Publish\LegacySearch\RecommendationLegacySearchEngine
# lazy: true
# arguments:
# - "@ez_recommendation.client.yoochoose_notifier"
# - "@ez_recommendation.legacy.search_engine"
#
# ez_recommendation.legacy.search_configuration_mapper:
# class: EzSystems\RecommendationBundle\eZ\Publish\LegacySearch\ConfigurationMapper
# lazy: true
# arguments:
# - "@ez_recommendation.legacy.recommendation_search_engine"
# - "@ezpublish.siteaccess"
Expand Down

0 comments on commit 4b8b497

Please sign in to comment.