Skip to content
New issue

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

Specify more than one email in Nette 3 extension #395

Closed
martenb opened this issue Dec 18, 2019 · 1 comment
Closed

Specify more than one email in Nette 3 extension #395

martenb opened this issue Dec 18, 2019 · 1 comment

Comments

@martenb
Copy link

martenb commented Dec 18, 2019

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:

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.
dg added a commit that referenced this issue Dec 18, 2019
@dg
Copy link
Member

dg commented Dec 18, 2019

Fixed

@dg dg closed this as completed Dec 18, 2019
dg added a commit that referenced this issue Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants