Skip to content

Commit

Permalink
Replace Illuminate Dumper with Symfony Dumper (#4998)
Browse files Browse the repository at this point in the history
  • Loading branch information
datune authored Mar 24, 2020
1 parent 28411ed commit 7e25fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twig/DebugExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Cms\Classes\ComponentBase;
use Illuminate\Pagination\Paginator;
use Illuminate\Support\Collection;
use Illuminate\Support\Debug\HtmlDumper;
use Symfony\Component\VarDumper\Dumper\HtmlDumper;
use Symfony\Component\VarDumper\Cloner\VarCloner;
use October\Rain\Database\Model;

Expand Down

0 comments on commit 7e25fd8

Please sign in to comment.