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
thrownew \LogicException('You can not use the "renderTemplate()" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
246
+
thrownew \LogicException('You can not use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
thrownew \LogicException('You can not use the "stream" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
287
275
}
288
276
289
277
$twig = $this->container->get('twig');
290
278
291
-
$callback = function () use ($twig, $templatePath, $parameters) {
292
-
$twig->display($templatePath, $parameters);
279
+
$callback = function () use ($twig, $view, $parameters) {
0 commit comments