nymo / silex-twig-breadcrumb-extension

Twig breadcrumb extension with service provider for Silex
MIT License
7 stars 6 forks source link

Make use of trans filter optional again #9

Closed nymo closed 6 years ago

nymo commented 7 years ago

Currently you have add the TranslationServiceProvider in order to use the current extension or override the template and remove the trans filter. We should make the trans filter optional again and remove the dependency to the TranslationServiceProvider.