Files
prestashop/modules/ps_classic_edition/config/admin/services.yml

12 lines
423 B
YAML
Raw Normal View History

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"