release settings() method when using $invokeSettingsBy
Closed this issue · 1 comments
masakik commented
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?
glorand commented
With the current implementation you can't release the default settings method. But this can be an interesting feature for the next releases.