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
// This *must* go last or no loaders after will work ~ https://github.com/symfony/symfony/issues/10865
86
+
// @todo Remove `Twig_Loader_String` - if a Twig include path is wrong, this outputs the string anyway with no error ~ https://github.com/symfony/symfony/issues/10865
74
87
$loaders[] = new \Twig_Loader_String();
75
88
76
89
// set-up Twig
@@ -87,8 +100,6 @@ public function __construct($options = array()) {
0 commit comments