days !== null; } public function user(): BelongsTo { return $this->belongsTo(User::class); } public function yearPeriod(): BelongsTo { return $this->belongsTo(YearPeriod::class); } }