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
Splitting #190
We want to be able to use DI\link() in arrays:
DI\link()
return [ 'controllers' => [ DI\link(AuthController::class), DI\link(OtherController::class), ], ];
Arrays could be traversed by PHP-DI so that if they contain DI\link() entries, those are resolved.
The text was updated successfully, but these errors were encountered:
#207 Added ArrayDefinition: support for DI\link() in arrays
e953bd8
Merge pull request #209 from mnapoli/array-definition
9b1d6e0
#207 Added ArrayDefinition: support for `DI\link()` in arrays
No branches or pull requests
Splitting #190
We want to be able to use
DI\link()
in arrays:Arrays could be traversed by PHP-DI so that if they contain
DI\link()
entries, those are resolved.The text was updated successfully, but these errors were encountered: