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