Your IP : 216.73.216.220


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

<?php

/**
 * Definitions for middlewares provided by EXT:reactions
 */

use TYPO3\CMS\Reactions\Http\Middleware\ReactionResolver;

return [
    'backend' => [
        'typo3/cms-reactions/resolver' => [
            'target' => ReactionResolver::class,
            'before' => [
                'typo3/cms-backend/authentication',
            ],
        ],
    ],
];