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

remove static keyword in documentation example #5

Closed lrathbun closed 4 years ago

lrathbun commented 4 years ago

$fillable is not defined as static so I don't think it should be indicated as such in your example. https://github.com/laravel/framework/blob/7.x/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php

Thanks for such a great trait!

gurgentil commented 4 years ago

Thank you so much, @lrathbun !