fix 405 error in docker
This commit is contained in:
parent
08b1a62dc6
commit
083b6f1f18
7 changed files with 39 additions and 5 deletions
|
@ -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'];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue