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
Hi,
I tried to add a views folder in an extension bundle. The first time, it was not registered, then I called it _views because it seems to be loaded in Sculpin/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php but then I have an exception :
Argument 1 passed to Twig_Loader_Chain::addLoader() must implement interface Twig_LoaderInterface, string given.
Regards
The text was updated successfully, but these errors were encountered:
Hi,
I tried to add a views folder in an extension bundle. The first time, it was not registered, then I called it _views because it seems to be loaded in Sculpin/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php but then I have an exception :
Regards
The text was updated successfully, but these errors were encountered: