From dbd523a3ff1e02f7898b4a5d871b2ad6011bae25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 24 Aug 2023 14:56:45 +0800 Subject: [PATCH] fix --- application/third_party/ctmobilefirst/controllers/apish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/ctmobilefirst/controllers/apish.php b/application/third_party/ctmobilefirst/controllers/apish.php index c5ba3d8f..5bcfdf3b 100644 --- a/application/third_party/ctmobilefirst/controllers/apish.php +++ b/application/third_party/ctmobilefirst/controllers/apish.php @@ -3,7 +3,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -class Api extends CI_Controller { +class Apish extends CI_Controller { public function __construct() { parent::__construct();