Skip to content

Commit

Permalink
Tweak cache collector
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jul 25, 2017
1 parent bc8e142 commit 2c78cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataCollector/CacheCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ public function getWidgets()
{
return [
'cache' => [
'icon' => 'lock',
'icon' => 'clipboard',
'widget' => 'PhpDebugBar.Widgets.TimelineWidget',
'map' => 'cache',
'default' => '{}',
],
'cache:badge' => [
'map' => 'cache.nb_measures',
'default' => 0,
'default' => 'null',
],
];
}
Expand Down

0 comments on commit 2c78cc4

Please sign in to comment.