We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ec352b + 4880504 commit c44d81aCopy full SHA for c44d81a
src/TwigModule.php
@@ -7,7 +7,6 @@
7
namespace Madapaja\TwigModule;
8
9
use BEAR\Resource\RenderInterface;
10
-use BEAR\Sunday\Extension\Error\ErrorInterface;
11
use Madapaja\TwigModule\Annotation\TwigLoader;
12
use Madapaja\TwigModule\Annotation\TwigOptions;
13
use Madapaja\TwigModule\Annotation\TwigPaths;
@@ -52,8 +51,6 @@ protected function configure()
52
51
$this->bindTwigEnvironment();
53
$this->bindTwigPaths();
54
$this->bindTwigOptions();
55
- $this->bind(RenderInterface::class)->annotatedWith('error_page')->to(ErrorPagerRenderer::class);
56
- $this->bind(ErrorInterface::class)->to(TwigErrorHandler::class);
57
}
58
59
private function bindRender()
0 commit comments