Skip to content

Commit

Permalink
Fix html dumper in dump server command
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Aug 5, 2018
1 parent 4382b61 commit d24b641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DumpServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
use Illuminate\Console\Command;

use InvalidArgumentException;
use Illuminate\Support\Debug\HtmlDumper;
use Symfony\Component\Console\Style\SymfonyStyle;
use Symfony\Component\VarDumper\Cloner\Data;
use Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor;
use Symfony\Component\VarDumper\Dumper\CliDumper;
use Symfony\Component\VarDumper\Dumper\HtmlDumper;
use Symfony\Component\VarDumper\Server\DumpServer;
use Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor;

Expand Down

0 comments on commit d24b641

Please sign in to comment.