From d85cf86f79685f7fa7db103de114cc85f41fdbe0 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 23 Nov 2022 02:44:24 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20minute=5Fat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Host.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Host.php b/app/Models/Host.php index a0e08b6..ad9479e 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -98,6 +98,7 @@ protected static function boot() static::creating(function ($model) { $model->hour_at = now()->hour; + $model->minute_at = now()->minute_at; if ($model->price !== null) { $model->price = round($model->price, 2);