Skip to content

Commit

Permalink
Merge pull request #51 from boteeka/master
Browse files Browse the repository at this point in the history
Ensure Ladybug service always uses the HTML format
  • Loading branch information
raulfraile committed Aug 20, 2014
2 parents f668d76 + be8bc37 commit 8a1b4f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DataCollector/LadybugDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class LadybugDataCollector extends DataCollector
public function __construct(Dumper $ladybug)
{
$this->ladybug = $ladybug;
$this->ladybug->setFormat('html');
}

/**
Expand Down Expand Up @@ -75,4 +76,4 @@ public function getName()
{
return 'ladybug';
}
}
}

0 comments on commit 8a1b4f3

Please sign in to comment.