?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/src/PrestaShopBundle/Resources/config/services/core/



?? Go up: /home/webdevt/prestashop17/src/PrestaShopBundle/Resources/config/services

?? Viewing: configuration.yml

services:
    _defaults:
        public: true

    prestashop.core.configuration.ini_configuration:
        class: 'PrestaShop\PrestaShop\Core\Configuration\IniConfiguration'

    prestashop.core.configuration.php_extension_checker:
        class: 'PrestaShop\PrestaShop\Core\Configuration\PhpExtensionChecker'
        public: true

    prestashop.core.configuration.upload_size_configuration:
        class: 'PrestaShop\PrestaShop\Core\Configuration\UploadSizeConfiguration'
        arguments:
            - '@prestashop.core.configuration.ini_configuration'


??

??