Skip to content

Commit d24b641

Browse files
committed
Fix html dumper in dump server command
1 parent 4382b61 commit d24b641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/DumpServerCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
use Illuminate\Console\Command;
66

77
use InvalidArgumentException;
8-
use Illuminate\Support\Debug\HtmlDumper;
98
use Symfony\Component\Console\Style\SymfonyStyle;
109
use Symfony\Component\VarDumper\Cloner\Data;
1110
use Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor;
1211
use Symfony\Component\VarDumper\Dumper\CliDumper;
12+
use Symfony\Component\VarDumper\Dumper\HtmlDumper;
1313
use Symfony\Component\VarDumper\Server\DumpServer;
1414
use Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor;
1515

0 commit comments

Comments
 (0)