12 lines
423 B
YAML
12 lines
423 B
YAML
imports:
|
|
- { resource: ../services.yml }
|
|
|
|
services:
|
|
PrestaShop\Module\PsClassicEdition\Controller\:
|
|
resource: "%kernel.project_dir%/modules/ps_classic_edition/src/Controller/*"
|
|
autoconfigure: true
|
|
autowire: true
|
|
exclude:
|
|
# Exclude this protection file that contains no class and breaks the service loading process
|
|
- "%kernel.project_dir%/modules/ps_classic_edition/src/Controller/index.php"
|