VacationType::class, "from" => "date", "to" => "date", ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } }