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
Move config group name for events to component params.
'yiisoft/event' => [ 'eventsGroup' => 'events-web', ],
ListenerCollection::class => static fn (Factory $factory) => $factory->create($params['yiisoft/event']['eventsGroup']),
yii-event/config/di-web.php
Line 11 in d3f8300
The text was updated successfully, but these errors were encountered:
Also need do same with config group name from di-console.php. Need to don't forget add docs to readme about this feature.
di-console.php
Sorry, something went wrong.
Move events group name to component params (#61) (#62)
56278ce
Done by #62
No branches or pull requests
Move config group name for events to component params.
ListenerCollection::class => static fn (Factory $factory) => $factory->create($params['yiisoft/event']['eventsGroup']),
Additional info
yii-event/config/di-web.php
Line 11 in d3f8300
The text was updated successfully, but these errors were encountered: