Skip to content

Commit

Permalink
EZP-28881: Add a field to support "date object was trashed
Browse files Browse the repository at this point in the history
Closes #2379
  • Loading branch information
thiago2509 authored and andrerom committed Sep 17, 2018
1 parent ea52019 commit 186e0bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Persistence/Content/Location/Trashed.php
Expand Up @@ -15,4 +15,10 @@
*/
class Trashed extends Location
{
/**
* Trashed timestamp.
*
* @var mixed Trashed timestamp.
*/
public $trashed;
}

0 comments on commit 186e0bb

Please sign in to comment.