Skip to content

Commit

Permalink
remove TwigErrorPageModule bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jun 5, 2018
1 parent a1e8fbd commit 3a300b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/TwigModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3a300b7

Please sign in to comment.