Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/magento2-base/setup/config/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/magento2-base/setup/config/module.config.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

return [
    'view_manager' => [
        'display_not_found_reason' => false,
        'display_exceptions'       => false,
        'doctype'                  => 'HTML5',
        'template_path_stack' => [
            'setup' => __DIR__ . '/../view',
        ],
    ],
    'controllers' => [
        'factories' => [
            \Magento\Setup\Controller\Index::class => \Laminas\ServiceManager\AbstractFactory\ReflectionBasedAbstractFactory::class,
        ],
    ],
];