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
Version: 2.7.2
How can I specify more than one e-mail in Nette extension?
In previous versions of nette/di you can specify it like this:
tracy: email: - xxx@xxx.com - yyy@xxx.com
Now it throws an exception:
Nette\DI\InvalidConfigurationException The option 'tracy › email' expects to be email or Nette\Schema\DynamicParameter, array given.
The text was updated successfully, but these errors were encountered:
TracyExtension: email accept array (#395)
6e19d26
Fixed
Sorry, something went wrong.
b59471b
No branches or pull requests
Version: 2.7.2
Bug Description
How can I specify more than one e-mail in Nette extension?
Steps To Reproduce
In previous versions of nette/di you can specify it like this:
Now it throws an exception:
The text was updated successfully, but these errors were encountered: