From 47541f4172d2e00b816e47e157b02dd003b7127b Mon Sep 17 00:00:00 2001 From: liapples Date: Thu, 12 Aug 2021 17:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=94=E5=9B=9E=E7=B1=BB?= =?UTF-8?q?=E5=9E=8Barray?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Common/OrderStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Common/OrderStatus.php b/app/Common/OrderStatus.php index a12c34d..4b16283 100644 --- a/app/Common/OrderStatus.php +++ b/app/Common/OrderStatus.php @@ -20,7 +20,7 @@ class OrderStatus const REFUNDED = 7; //退款完成 const SUCCESS = 16; //已完成 - public static function array() + public static function array(): array { return [ self::CANCEL => '已取消',