Skip to content

Commit 8ec352b

Browse files
authored
Merge pull request #31 from koriym/spike
Remove TwigErrorPage install from TwigModule
2 parents 90aed38 + a1e8fbd commit 8ec352b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TwigModule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ protected function configure()
5454
$this->bindTwigOptions();
5555
$this->bind(RenderInterface::class)->annotatedWith('error_page')->to(ErrorPagerRenderer::class);
5656
$this->bind(ErrorInterface::class)->to(TwigErrorHandler::class);
57-
$this->bind(TwigErrorPage::class);
5857
}
5958

6059
private function bindRender()

0 commit comments

Comments
 (0)