laravel-model-settings
laravel-model-settings copied to clipboard
release settings() method when using $invokeSettingsBy
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?