Fix service name
This commit is contained in:
@@ -616,7 +616,7 @@ class Service extends Model
|
||||
*/
|
||||
public function getNameShortAttribute()
|
||||
{
|
||||
return $this->type ? $this->type->name : $this->id;
|
||||
return $this->type ? $this->type->service_name : $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user