Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
imports:
- { resource: services_prod.yml }

View File

@@ -0,0 +1,14 @@
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

View File

@@ -0,0 +1,2 @@
imports:
- { resource: services_dev.yml }