'array', 'conditions' => 'array', ]; } public function chart(): BelongsTo { return $this->belongsTo(DentalChart::class, 'dental_chart_id'); } }