'array', ]; public function category() { return $this->belongsTo(ServiceCategory::class, 'category_id'); } }