We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
just updated my project:
twig/extra-bundle: v3.9.0 twig/intl-extra: v3.9.0 twig/twig: v3.8.0 (kept back by stimulus-bundle)
now this {{ date|format_datetime(pattern='EEEE HH:mm') }} throws the exception: Call to undefined method Twig\Extension\CoreExtension::dateConverter()
{{ date|format_datetime(pattern='EEEE HH:mm') }}
it was working fine with v3.8.0
The text was updated successfully, but these errors were encountered:
Same problem the method dateConverter doesn't exists in Twig\Extension\CoreExtension as v3.9.0
dateConverter
Twig\Extension\CoreExtension
Sorry, something went wrong.
#4027 fixed with 3.9.2
3.9.2
Fixed and tag added.
build: mise à jour des dépendances
debf7ba
- twigphp/Twig#4030
No branches or pull requests
Hi!
just updated my project:
twig/extra-bundle: v3.9.0
twig/intl-extra: v3.9.0
twig/twig: v3.8.0 (kept back by stimulus-bundle)
now this
{{ date|format_datetime(pattern='EEEE HH:mm') }}
throws the exception: Call to undefined method Twig\Extension\CoreExtension::dateConverter()it was working fine with v3.8.0
The text was updated successfully, but these errors were encountered: