We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ec4f0 commit 884f7beCopy full SHA for 884f7be
config/params.php
@@ -2,8 +2,6 @@
2
3
declare(strict_types=1);
4
5
-use Yiisoft\ErrorHandler\Renderer\HtmlRenderer;
6
-use Yiisoft\ErrorHandler\ThrowableRendererInterface;
7
8
/**
9
* @var array $params
@@ -13,6 +11,6 @@
13
11
'yiisoft/error-handler' => [
14
12
'solutionProviders' => [
15
\Yiisoft\Definitions\Reference::to(\Yiisoft\ErrorHandler\Solution\FriendlyExceptionSolution::class),
16
- ]
17
+ ],
18
];
0 commit comments