Kdyby / Console

Symfony Console integration for Kdyby components
https://packagist.org/packages/kdyby/console
Other
52 stars 54 forks source link

fix infinite recursion in router di definition #84 #85

Closed slepic closed 5 years ago

slepic commented 5 years ago

@VBoss @enumag Guys,can look at this? This is a must have before next release. Otherwise the DI ConsoleExtension is broken.

Spamercz commented 5 years ago

Thank you for this fix.

To anyone wondering why cloning is used - It is not very intuitive this way but after looking into this issue, only way to setName to route as was in Nette 2.4 is with cloning.