Added getDisplayNameAttribute() to maintenances

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-08-08 12:54:36 +01:00
parent 82d0a21440
commit 5744e48ae8

View File

@@ -190,6 +190,11 @@ class AssetMaintenance extends SnipeModel implements ICompanyableChild
->withTrashed();
}
public function getDisplayNameAttribute()
{
return $this->title;
}
/**
* -----------------------------------------------
* BEGIN QUERY SCOPES