Skip to content

Instantly share code, notes, and snippets.

php-symfony-controllers-as-services-blog-3.yaml
#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