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
The configure option returns void, this causes the application to overwrite the users own configuration. You would only notice when you start getting errors. The `app()->getConfigurationPath()` is more appropriate as it returns a string that can be validated against the conditional on line 59.
0 commit comments