fix 405 error in docker

This commit is contained in:
j3d1 2019-12-17 14:10:46 +01:00
parent 08b1a62dc6
commit 083b6f1f18
7 changed files with 39 additions and 5 deletions

View file

@ -26,6 +26,6 @@ class Item extends Model
*
* @var array
*/
protected $hidden = ['created_at','updated_at', 'deleted_at', 'eid'];
protected $hidden = ['created_at','updated_at', 'deleted_at', 'eid', 'cid', 'iid'];
}