Files
kupshop/web/redir.php
2025-08-02 16:30:27 +02:00

7 lines
197 B
PHP

<?php
use KupShop\ContentBundle\Controller\RedirectController;
use KupShop\KupShopBundle\Util\Compat\SymfonyBridge;
SymfonyBridge::handleController(RedirectController::class.'::redirectAction');