'array', 'actions' => 'array', 'is_active' => 'boolean', ]; } public function serviceQueue(): BelongsTo { return $this->belongsTo(ServiceQueue::class, 'service_queue_id'); } }