fix commit 14467d53b5
This commit is contained in:
parent
14467d53b5
commit
f41cb233c5
|
@ -403,7 +403,7 @@ class ConfigController extends Controller {
|
||||||
if (!$checkConfig['status']) {
|
if (!$checkConfig['status']) {
|
||||||
return ['status' => false, 'text' => ''];
|
return ['status' => false, 'text' => ''];
|
||||||
} else {
|
} else {
|
||||||
return ['status' => true, 'url' => Url::to(['cau-hinh-nhan-dien'])];
|
return ['status' => true, 'url' => Url::to(['cau-hinh-thiet-bi'])];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user