Skip to content

Commit

Permalink
Remove MiddlewareCollector usage (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Aug 6, 2024
1 parent c9020a7 commit 544e56d
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 544e56d

Please sign in to comment.