Skip to content

Commit

Permalink
Update DumpWatcher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Aug 26, 2019
1 parent 77b7375 commit e2587c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Watchers/DumpWatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function register($app)
$htmlDumper = new HtmlDumper();
$htmlDumper->setDumpHeader('');

VarDumper::setHandler(function ($var) use($htmlDumper) {
VarDumper::setHandler(function ($var) use ($htmlDumper) {
$this->recordDump($htmlDumper->dump(
(new VarCloner)->cloneVar($var), true
));
Expand Down

0 comments on commit e2587c5

Please sign in to comment.