Possibility to disable fluent getters and setters
PayteR opened this issue · 2 comments
PayteR commented
Is there possibility to disable flutent getters and setters? I want to call meta explicitly with getMeta(), setMeta()
kodeine commented
you dont need to disable them, just use getMeta and setMeta?
siamak2 commented
As of laravel meta 2, you can disable it by adding this to your model:
protected $disableFluentMeta = true;