jarektkaczyk / eloquence-validable

Eloquence Validable extension for Eloquent ORM
MIT License
24 stars 17 forks source link

Observe only if instance of ValidableContract #5

Open sergejostir opened 3 years ago

sergejostir commented 3 years ago

Same reasoning as https://github.com/jarektkaczyk/eloquence-base/pull/34

I would like to use the eloquence-validable, but without automatic validation upon saving/updating. This PR ensures that the observer is not registered, if the model does not implement ValidableContract.