belongsTo(Service::class); } public function problem() { return $this->belongsTo(Problem::class); } }