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);