Skip to content

Commit e904abf

Browse files
committed
Apply fixes from StyleCI
1 parent 5d41ab0 commit e904abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/params.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
return [
1111
'yiisoft/error-handler' => [
1212
'solutionProviders' => [
13-
\Yiisoft\Definitions\Reference::to(\Yiisoft\ErrorHandler\Solution\FriendlyExceptionSolution::class),
13+
Yiisoft\Definitions\Reference::to(Yiisoft\ErrorHandler\Solution\FriendlyExceptionSolution::class),
1414
],
1515
],
1616
];

0 commit comments

Comments
 (0)