From 82d4f1c8ea725021511f9966a4fd714a3660bf8a 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:02:07 +0000 Subject: [PATCH] Update helper.class.php --- framework/base/helper.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/base/helper.class.php b/framework/base/helper.class.php index 3b8d3a1f54..808bd6dc93 100644 --- a/framework/base/helper.class.php +++ b/framework/base/helper.class.php @@ -937,3 +937,4 @@ if (!function_exists('array_column')) return $output; } +}