changing function name to the existing one

This commit is contained in:
NASDAMI Quatadah 2022-06-14 11:02:14 +02:00
parent 7ff9c86817
commit a52313bd83

View File

@ -86,7 +86,7 @@ abstract class Stats
$year = $year - 1;
}
while ($year <= $endyear) {
$datay[$year] = $this->getNbByMonth($year, $format);
$datay[$year] = $this->_getNbByMonth($year, $format);
$year++;
}