kodeine/laravel-meta

Possibility to disable fluent getters and setters

PayteR opened this issue · 2 comments

Is there possibility to disable flutent getters and setters? I want to call meta explicitly with getMeta(), setMeta()

you dont need to disable them, just use getMeta and setMeta?

As of laravel meta 2, you can disable it by adding this to your model:

protected $disableFluentMeta = true;