Files
prestashop/config/services/webservice/services_prod.yml
2026-04-09 18:31:51 +02:00

15 lines
449 B
YAML

imports:
- { resource: ../common.yml }
services:
_defaults:
public: true
# Special definition for legacy environments since they don't initialize the request stack, which is a dependency for the feature flag checker
Symfony\Component\HttpFoundation\RequestStack:
factory: [ 'PrestaShopBundle\Http\RequestStackFactory', 'buildRequestStack' ]
lazy: true
request_stack:
alias: Symfony\Component\HttpFoundation\RequestStack