📅  最后修改于: 2022-03-11 14:54:22.448000             🧑  作者: Mango
代码示例1
//Add the field into $hidden attribute of your Model
class MyModel extends Model
{
protected $hidden = ['hidden_field_name'];
}