From 18c0182a1e37d829f517abb4022621b5f09af630 Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Sat, 12 Sep 2020 19:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Model/v3/StoreWithdrawal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Model/v3/StoreWithdrawal.php b/app/Model/v3/StoreWithdrawal.php index a369aa9..96812d3 100644 --- a/app/Model/v3/StoreWithdrawal.php +++ b/app/Model/v3/StoreWithdrawal.php @@ -28,7 +28,7 @@ class StoreWithdrawal extends Model } } - public function getCreatedAtTimeTextAttribute() + public function getCreatedAtTextAttribute() { return date('Y-m-d H:i:s', $this->attributes['created_at']); }