sbarre / eloquent-versioned

Add transparent versioning to Laravel 5's Eloquent ORM
MIT License
30 stars 11 forks source link

Add $minorAttributes property #2

Open sbarre opened 9 years ago

sbarre commented 9 years ago

Specify at the model level properties that should only trigger a saveMinor() call when updated.