Fix service name
This commit is contained in:
parent
9ca3644625
commit
9887996da8
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user