Closed lolautruche closed 7 years ago
Enable this awesome feature from Symfony 3.3, so that one can register a view parameter provider the following way:
services: _defaults: autoconfigure: true Acme\Provider\MyParamProvider: ~
This means to:
$container->registerForAutoconfiguration()
EzCoreExtraExtension
alias
Enable this awesome feature from Symfony 3.3, so that one can register a view parameter provider the following way:
This means to:
$container->registerForAutoconfiguration()
call inEzCoreExtraExtension
(if Symfony version >= 3.3)alias
attribute which seem unnecessaryalias