'array', ]; public function calendar(): BelongsTo { return $this->belongsTo(Calendar::class, 'calendar_id'); } }