filter items by event in Controller

This commit is contained in:
j3d1 2019-12-02 18:41:40 +01:00
parent f5725cfde7
commit b978b2bc0b
3 changed files with 7 additions and 7 deletions

View file

@ -22,5 +22,5 @@ class Container extends Model
*
* @var array
*/
protected $hidden = ['created_at','updated_at'];
protected $hidden = ['created_at', 'deleted_at', 'updated_at'];
}