From fdc60309eecdf8a53fce1c8c536749e530e46bec Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 6 Aug 2020 15:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=9C=BA=E7=BB=8F=E7=90=86=E6=8F=90?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/LanzuMmWithdraw.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Models/LanzuMmWithdraw.php b/app/Models/LanzuMmWithdraw.php index 48a38b8..30d86c7 100644 --- a/app/Models/LanzuMmWithdraw.php +++ b/app/Models/LanzuMmWithdraw.php @@ -10,7 +10,7 @@ class LanzuMmWithdraw extends Model { use HasDateTimeFormatter; use SoftDeletes; - + protected $dateFormat = 'U'; protected $table = 'lanzu_mm_withdraw'; - + }