gurgentil / laravel-eloquent-sequencer

A package that allows you to create and manage sequences on Eloquent models.
MIT License
156 stars 13 forks source link

Support withoutSequencing() on create #39

Open sl0wik opened 1 year ago

sl0wik commented 1 year ago

Currently withoutSequencing() works only on updates. This will allow withoutSequencing() on creation as well.