Skip to content

Commit

Permalink
Merge branch 'master' into psalm1
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored Sep 8, 2024
2 parents 53f25ad + 544e56d commit 65ac1da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
use Yiisoft\Yii\Debug\Collector\Stream\HttpStreamCollector;
use Yiisoft\Yii\Debug\Collector\TimelineCollector;
use Yiisoft\Yii\Debug\Collector\VarDumperCollector;
use Yiisoft\Yii\Debug\Collector\Web\MiddlewareCollector;
use Yiisoft\Yii\Debug\Collector\Web\RequestCollector;
use Yiisoft\Yii\Debug\Collector\Web\WebAppInfoCollector;
use Yiisoft\Yii\Debug\Command\DebugContainerCommand;
Expand Down Expand Up @@ -50,7 +49,6 @@
'collectors.web' => [
WebAppInfoCollector::class,
RequestCollector::class,
MiddlewareCollector::class,
],
'collectors.console' => [
ConsoleAppInfoCollector::class,
Expand Down

0 comments on commit 65ac1da

Please sign in to comment.