tchoulom / ViewCounterBundle

This bundle is used to count the number of views of a page.
MIT License
15 stars 11 forks source link

Error in the doc #1

Closed jchesne closed 5 years ago

jchesne commented 5 years ago

Its not:

$this->comments->removeElement($viewCounter);

But

$this->viewCounters->removeElement($viewCounter);

Best

tchoulom commented 5 years ago

Hello,

This error is solved. Thanks.