We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90aed38 + a1e8fbd commit 8ec352bCopy full SHA for 8ec352b
src/TwigModule.php
@@ -54,7 +54,6 @@ protected function configure()
54
$this->bindTwigOptions();
55
$this->bind(RenderInterface::class)->annotatedWith('error_page')->to(ErrorPagerRenderer::class);
56
$this->bind(ErrorInterface::class)->to(TwigErrorHandler::class);
57
- $this->bind(TwigErrorPage::class);
58
}
59
60
private function bindRender()
0 commit comments