mavinoo / laravelBatch

insert batch and update batch in laravel
MIT License
564 stars 118 forks source link

support to the case where there is no 0th array #85

Closed YuzuruS closed 2 years ago

YuzuruS commented 2 years ago

As it stands now, this would be an error in this case.

$values = [
  2 => [
    'aa'
 ],
]