Remove duplicate readable name
This commit is contained in:
@@ -163,7 +163,6 @@ class IncidentPresenter extends AbstractPresenter
|
||||
'scheduled_at' => $this->created_at(),
|
||||
'created_at' => $this->created_at(),
|
||||
'updated_at' => $this->updated_at(),
|
||||
'status_name' => $this->wrappedObject->humanStatus,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user