📜  Laravel 雄辩的质量分配与 json - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:02.882000             🧑  作者: Mango

代码示例1
/**
 * The attributes that are mass assignable.
 *
 * @var array
 */
protected $fillable = [
    'options->enabled',
];