You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class PhoneNumberHelper which extends Symfony\Component\Templating\Helper\HelperInterface and is used in the context of a twig extension force the installation of symfony/templating.
Problem: Symfony templating is going to be deprecated (that's why the twig part does not require it anymore).
We should find a smooth solution to make work the bundle without the need of templating component. My first idea is to use a trait. WDYT ?
The text was updated successfully, but these errors were encountered:
The class
PhoneNumberHelper
which extendsSymfony\Component\Templating\Helper\HelperInterface
and is used in the context of a twig extension force the installation ofsymfony/templating
.Problem: Symfony templating is going to be deprecated (that's why the twig part does not require it anymore).
We should find a smooth solution to make work the bundle without the need of templating component. My first idea is to use a trait. WDYT ?
The text was updated successfully, but these errors were encountered: