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 dd29662 commit 8bf9840Copy full SHA for 8bf9840
config/params.php
@@ -10,7 +10,7 @@
10
return [
11
'yiisoft/error-handler' => [
12
'solutionProviders' => [
13
- \Yiisoft\Definitions\Reference::to(\Yiisoft\ErrorHandler\Solution\FriendlyExceptionSolution::class),
+ Yiisoft\Definitions\Reference::to(Yiisoft\ErrorHandler\Solution\FriendlyExceptionSolution::class),
14
],
15
16
];
src/Renderer/HtmlRenderer.php
@@ -163,7 +163,7 @@ public function __construct(
163
$this->traceHeaderLine = $traceHeaderLine
164
?? $settings['traceHeaderLine']
165
?? null;
166
-
+
167
$this->solutionGenerator = new SolutionGenerator($solutionProviders);
168
}
169
0 commit comments