mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 13:38:44 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -68,7 +68,7 @@ class TwigErrorRenderer implements ErrorRendererInterface
|
||||
|
||||
private function findTemplate(int $statusCode): ?string
|
||||
{
|
||||
$template = sprintf('@Twig/Exception/error%s.html.twig', $statusCode);
|
||||
$template = \sprintf('@Twig/Exception/error%s.html.twig', $statusCode);
|
||||
if ($this->twig->getLoader()->exists($template)) {
|
||||
return $template;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user