'array']; } public function workflow(): BelongsTo { return $this->belongsTo(Workflow::class, 'workflow_id'); } public function serviceQueue(): BelongsTo { return $this->belongsTo(ServiceQueue::class, 'service_queue_id'); } }