diff --git a/app/Models/Service.php b/app/Models/Service.php index c7b1708..0dc014e 100644 --- a/app/Models/Service.php +++ b/app/Models/Service.php @@ -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; } /**