Added getDisplayNameAttribute() to maintenances
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -190,6 +190,11 @@ class AssetMaintenance extends SnipeModel implements ICompanyableChild
|
||||
->withTrashed();
|
||||
}
|
||||
|
||||
public function getDisplayNameAttribute()
|
||||
{
|
||||
return $this->title;
|
||||
}
|
||||
|
||||
/**
|
||||
* -----------------------------------------------
|
||||
* BEGIN QUERY SCOPES
|
||||
|
||||
Reference in New Issue
Block a user