Skip to content

Commit

Permalink
Fix di providers (#323)
Browse files Browse the repository at this point in the history
* Fix di providers

* Apply fixes from StyleCI

* fix

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
3 people authored Jul 1, 2024
1 parent 2557fdd commit 3693cec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
'web/di/*.php',
],
'di-console' => '$di',
'di-providers' => [],
'di-providers-web' => [
'$di-providers',
],
'di-providers-console' => [
'$di-providers',
],
'events' => [],
'events-web' => [
'$events',
Expand Down

0 comments on commit 3693cec

Please sign in to comment.