Fix method visibility

This commit is contained in:
Yannick Warnier 2021-09-20 23:58:38 +02:00
parent 348c1c4caa
commit 35e70e7936

View File

@ -624,7 +624,7 @@ abstract class Stats
* @param string $sql SQL
* @return array
*/
function _getAmountByYear($sql)
protected function _getAmountByYear($sql)
{
$result = array();
$resql = $this->db->query($sql);