Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #427 from HavenShen/fix-dumper
Browse files Browse the repository at this point in the history
fix: modify Dumper.php file class name.
  • Loading branch information
albertcht authored Sep 21, 2020
2 parents f428360 + bb7b890 commit c033cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/Dumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Symfony\Component\VarDumper\Dumper\CliDumper;
use Symfony\Component\VarDumper\Dumper\HtmlDumper;

class VarDumper
class Dumper
{
protected static $cloner;

Expand Down

0 comments on commit c033cf9

Please sign in to comment.