Skip to content

Commit

Permalink
Merge pull request #31 from koriym/spike
Browse files Browse the repository at this point in the history
Remove TwigErrorPage install from TwigModule
  • Loading branch information
koriym authored Jun 5, 2018
2 parents 90aed38 + a1e8fbd commit 8ec352b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TwigModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8ec352b

Please sign in to comment.