如果你想让所有属性都可以批量赋值, 你可以将 $guarded 定义成一个空数组:
$guarded
/** * 不可批量赋值的属性 * * @var array */ protected $guarded = [];
关闭