From 5af66d228a3defbc6f0b4fd15a9e2a3c192bf41d Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Thu, 10 Jul 2025 20:42:15 +0300 Subject: [PATCH] fix: correct controller class --- docker-compose.yaml | 1 - .../upload/catalog/controller/extension/tgshop/handle.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 9f55000..1d11bc2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,7 +6,6 @@ services: - "./src:/web" - "./scripts:/scripts" - "./module:/module" - - ./docker/apache2/cors.conf:/opt/docker/etc/httpd/vhost.common.d/cors.conf ports: - "8000:80" restart: always diff --git a/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php b/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php index 85b420c..51d087e 100755 --- a/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php +++ b/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php @@ -14,7 +14,7 @@ if (is_readable($sysLibPath . '/oc_telegram_shop.phar')) { throw new RuntimeException('Unable to locate bulk products directory.'); } -class Controllertgshophandle extends Controller +class Controllerextensiontgshophandle extends Controller { public function index() {