Closed sroze closed 6 years ago
Thx @sroze!
For information, this fix isn't compatible with Symfony 2 and 3 because setAlias return null, therefore you can't set public at true.
You have to use the method getAlias to retrieve it and then set public at true.
$container->setAlias('router', 'jms_i18n_routing.router');
$container->getAlias('router')->setPublic(true);
@raphaChoquet noticed it this morning, the fix is already commited and tagged :=)
Great, thanks for sorting it. Sorry for the BC.
Ok thx! :) i can update my repo then !
yep, sorry for that, having so many different SF versions to test on is a PITA sometimes :p
Yes i understand, thx for have it done rapid!
This is fix #216