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