You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the underlying concept of Toggler is to check whether a given value is true or false. What are your thoughts on adding a utility method to just return the config value?
public function getConfigValue(string $feature): string
{
return $this->config->get($feature);
}
The text was updated successfully, but these errors were encountered:
I believe the underlying concept of Toggler is to check whether a given value is true or false. What are your thoughts on adding a utility method to just return the config value?
The text was updated successfully, but these errors were encountered: