filter items by event in Controller
This commit is contained in:
parent
f5725cfde7
commit
b978b2bc0b
3 changed files with 7 additions and 7 deletions
|
@ -22,5 +22,5 @@ class Container extends Model
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $hidden = ['created_at','updated_at'];
|
||||
protected $hidden = ['created_at', 'deleted_at', 'updated_at'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue