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

allow null sequence values #7

Closed lrathbun closed 4 years ago

lrathbun commented 4 years ago

I needed to be able to allow null values in a sequence. This PR accomplishes this by adding:

gurgentil commented 4 years ago

I couldn't pull this in because it was lacking tests. Thanks for the contribution.