Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-lowlevel/Configuration/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-lowlevel/Configuration/Services.php

<?php

declare(strict_types=1);

namespace TYPO3\CMS\Lowlevel;

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;

return static function (ContainerConfigurator $configurator, ContainerBuilder $containerBuilder): void {
    $containerBuilder->addCompilerPass(
        new DependencyInjection\ConfigurationModuleProviderPass('lowlevel.configuration.module.provider')
    );
};