We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2fe00 commit 804f1a7Copy full SHA for 804f1a7
src/lib/Resources/settings/repository/inner.yml
@@ -101,7 +101,10 @@ services:
101
ibexa.api.service.inner_location:
102
class: Ibexa\Core\Repository\LocationService
103
factory: ['@Ibexa\Core\Repository\Repository', getLocationService]
104
- lazy: true
+ # @todo - Make this lazy in V5
105
+ # Service cannot be lazy while extra parameters reliant on func_get_args()
106
+ # are required by service implementation.
107
+ #lazy: true
108
109
Ibexa\Core\Repository\LanguageService:
110
class: Ibexa\Core\Repository\LanguageService
0 commit comments