Created
May 31, 2020 14:12
-
-
Save J7mbo/21b889d123234de706517fdba10f1aa0 to your computer and use it in GitHub Desktop.
php-symfony-controllers-as-services-blog-2.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Found some configuration with "controller.service_arguments" in its tags... | |
foreach ($container->findTaggedServiceIds($this->controllerTag, true) as $id => $tags) { | |
// Do all the rest of the dependency injection stuff... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment