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