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
fix: prevent ConfigCat::override() to be used in production (#7)
Instead of only allowing it to be used in `testing` environment, we're only making sure it's not used in `production` so it can also be used on other environments such as `dusk` or `staging`.
0 commit comments