From f41cb233c542df30a1651bf8f86d7a807fc8dd3c Mon Sep 17 00:00:00 2001 From: dongpd Date: Thu, 26 Aug 2021 17:11:23 +0700 Subject: [PATCH] fix commit 14467d53b5 --- controllers/ConfigController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/ConfigController.php b/controllers/ConfigController.php index 98a53c60..f44398be 100644 --- a/controllers/ConfigController.php +++ b/controllers/ConfigController.php @@ -403,7 +403,7 @@ class ConfigController extends Controller { if (!$checkConfig['status']) { return ['status' => false, 'text' => '']; } else { - return ['status' => true, 'url' => Url::to(['cau-hinh-nhan-dien'])]; + return ['status' => true, 'url' => Url::to(['cau-hinh-thiet-bi'])]; } } }