QafooLabs / QafooLabsNoFrameworkBundle

Bundle to use Symfony controllers without depending on the Framework. Moved to GyroProject MVC-Bundle
https://github.com/gyro-project/mvc-bundle
123 stars 13 forks source link

Remove ParamConverterListener in favor of controller.service_arguments-tag. #33

Open Basster opened 5 years ago

Basster commented 5 years ago

Since Symfony controllers have the controller.service_arguments now, we don't need the ParamConverterListener anymore and can simply register services on the service container.