From acdbf7e73d860303ce02236e84bb87cd9164638f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Fri, 11 Feb 2022 01:01:50 +0000 Subject: [PATCH] Update helper.class.php --- framework/base/helper.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/base/helper.class.php b/framework/base/helper.class.php index 808bd6dc93..3b8d3a1f54 100644 --- a/framework/base/helper.class.php +++ b/framework/base/helper.class.php @@ -937,4 +937,3 @@ if (!function_exists('array_column')) return $output; } -}