Skip to content

Commit 804f1a7

Browse files
author
Ryan Lee
committed
IBX-10186 Hack to get Contract BC breaks fixed
1 parent 5b2fe00 commit 804f1a7

File tree

1 file changed

+4
-1
lines changed
  • src/lib/Resources/settings/repository

1 file changed

+4
-1
lines changed

src/lib/Resources/settings/repository/inner.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ services:
101101
ibexa.api.service.inner_location:
102102
class: Ibexa\Core\Repository\LocationService
103103
factory: ['@Ibexa\Core\Repository\Repository', getLocationService]
104-
lazy: true
104+
# @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
105108

106109
Ibexa\Core\Repository\LanguageService:
107110
class: Ibexa\Core\Repository\LanguageService

0 commit comments

Comments
 (0)