Created
May 31, 2020 14:14
-
-
Save J7mbo/7574085fc060e2c2022356d6b10e805e to your computer and use it in GitHub Desktop.
php-symfony-controllers-as-services-blog-3.yaml
This file contains 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
#config/services.yaml | |
services: | |
_instanceof: | |
App\Contract\ControllerInterface: | |
tags: ['controller.service_arguments'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment