Skip to content

Commit 640dc97

Browse files
authored
Use default PhpInfoCollector (#1532)
1 parent 17f1b81 commit 640dc97

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

src/DataCollector/PhpInfoCollector.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/LaravelDebugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
use DebugBar\DataCollector\MemoryCollector;
2525
use DebugBar\DataCollector\MessagesCollector;
2626
use DebugBar\DataCollector\ObjectCountCollector;
27-
use Barryvdh\Debugbar\DataCollector\PhpInfoCollector;
27+
use DebugBar\DataCollector\PhpInfoCollector;
2828
use DebugBar\DataCollector\RequestDataCollector;
2929
use DebugBar\DataCollector\TimeDataCollector;
3030
use Barryvdh\Debugbar\DataFormatter\QueryFormatter;

0 commit comments

Comments
 (0)