Skip to content

Commit cbb500d

Browse files
author
Darien Hager
committed
Fix example name to avoid breaking collision with standard data-collectors
1 parent 9b5eb8f commit cbb500d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ populate the ``$this->data`` property (it takes care of serializing the
6767

6868
public function getName()
6969
{
70-
return 'memory';
70+
return 'example_memory';
7171
}
7272
}
7373

0 commit comments

Comments
 (0)