"date", ]; public function yearPeriod(): BelongsTo { return $this->belongsTo(YearPeriod::class); } }