From 6cef6488982265d3fbe0dc34538d56e4fb2f36ba Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Fri, 30 Dec 2022 21:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/User.php b/app/Models/User.php index 0c62b4b..535b158 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -120,7 +120,7 @@ class User extends Authenticatable 'email_verified_at' => 'datetime', 'balance' => 'decimal:2', 'banned_at' => 'datetime', - 'birthday_at' => 'datetime', + 'birthday_at' => 'date', ]; protected static function boot()