'datetime:Y-m-d', 'to' => 'datetime:Y-m-d', 'goal' => 'float', ]; /** * Get the User this goal belongs to. */ public function user(): BelongsTo { return $this->belongsTo(User::class); } }