fix: correct controller class
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user