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

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