fix: correct controller class

This commit is contained in:
Nikita Kiselev
2025-07-10 20:42:15 +03:00
parent 55153531fb
commit 5af66d228a
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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()
{