Files

15 lines
449 B
YAML
Raw Permalink Normal View History

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