We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev-develop
8.1
MySQL/MariaDB
Winter.Debugbar
// Provide the winter.debugbar config under the debugbar namespace Config::registerNamespaceAlias('winter.debugbar', 'debugbar');
Should be the same as
Config::set('debugbar', Config::get('winter.debugbar::config'));
but it doesn't seem to work.
Install winter.debugbar (using the Config::registerNamespaceAlias() method) and try to edit the configured collectors
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Winter CMS Build
dev-develop
PHP Version
8.1
Database engine
MySQL/MariaDB
Plugins installed
Winter.Debugbar
Issue description
Should be the same as
but it doesn't seem to work.
Steps to replicate
Install winter.debugbar (using the Config::registerNamespaceAlias() method) and try to edit the configured collectors
Workaround
No response
The text was updated successfully, but these errors were encountered: