fix: correct controller class
This commit is contained in:
@@ -6,7 +6,6 @@ services:
|
|||||||
- "./src:/web"
|
- "./src:/web"
|
||||||
- "./scripts:/scripts"
|
- "./scripts:/scripts"
|
||||||
- "./module:/module"
|
- "./module:/module"
|
||||||
- ./docker/apache2/cors.conf:/opt/docker/etc/httpd/vhost.common.d/cors.conf
|
|
||||||
ports:
|
ports:
|
||||||
- "8000:80"
|
- "8000:80"
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if (is_readable($sysLibPath . '/oc_telegram_shop.phar')) {
|
|||||||
throw new RuntimeException('Unable to locate bulk products directory.');
|
throw new RuntimeException('Unable to locate bulk products directory.');
|
||||||
}
|
}
|
||||||
|
|
||||||
class Controllertgshophandle extends Controller
|
class Controllerextensiontgshophandle extends Controller
|
||||||
{
|
{
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user