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
I am using symfony 6 and i can't find any "Symfony\Bundle\TwigBundle\Loader\FilesystemLoader" class or "twig.loader" service inside the container, so probably it was deprecated and removed and it will never call register_file on twig files.
Anyone else having this problem?
I'm trying to find the new class responsible for loading/caching twig files.
The text was updated successfully, but these errors were encountered:
I'm having problems with twig files. The workers are not restarted after any twig file changes.
Regarding this piece of code inside Symfony Bootstrap
I am using symfony 6 and i can't find any "Symfony\Bundle\TwigBundle\Loader\FilesystemLoader" class or "twig.loader" service inside the container, so probably it was deprecated and removed and it will never call register_file on twig files.
Anyone else having this problem?
I'm trying to find the new class responsible for loading/caching twig files.
The text was updated successfully, but these errors were encountered: