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
This package can be a bit of a pain to debug when something goes wrong. My suggestion is to add a withLogger(LoggerInterface $logger) method to Configurator and log out DEBUG level messages if the logger is set.
This package can be a bit of a pain to debug when something goes wrong. My suggestion is to add a
withLogger(LoggerInterface $logger)method toConfiguratorand log outDEBUGlevel messages if the logger is set.