michaeldyrynda / laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models
MIT License
442 stars 46 forks source link

Prevent change after set #87

Closed defenestrator closed 4 years ago

defenestrator commented 4 years ago

https://github.com/michaeldyrynda/laravel-model-uuid/issues/86#issue-592217052

michaeldyrynda commented 4 years ago

I don't want this package to be responsible for preventing you from overriding a UUID if it's set. That's something you can control within your own application.