glorand/laravel-model-settings

release settings() method when using $invokeSettingsBy

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
When using $invokeSettingsBy = 'anotherName' I expect the method $this->settings() could be used for another purpose but it's not true. Is there a way to release this method?

With the current implementation you can't release the default settings method. But this can be an interesting feature for the next releases.