diff --git a/src/TwigModule.php b/src/TwigModule.php index 3bd0d48..bf65571 100644 --- a/src/TwigModule.php +++ b/src/TwigModule.php @@ -54,7 +54,6 @@ protected function configure() $this->bindTwigOptions(); $this->bind(RenderInterface::class)->annotatedWith('error_page')->to(ErrorPagerRenderer::class); $this->bind(ErrorInterface::class)->to(TwigErrorHandler::class); - $this->bind(TwigErrorPage::class); } private function bindRender()