ext_localconf.php 354 B

123456789
  1. <?php
  2. defined('TYPO3_MODE') || die();
  3. $GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects'][TYPO3\CMS\Core\Routing\PageRouter::class] = [
  4. 'className' => Opentalent\OtOptimizer\XClass\Core\Routing\OtPageRouter::class
  5. ];
  6. // \TYPO3\CMS\Frontend\Middleware\SiteResolver is overridden but not xclassed here; instead it is
  7. // replaced in the middlewares array