2023-05-16 10:50:42 +08:00

6 lines
136 B
PHP

<?php
public function getEffort4Month($account, $year)
{
return $this->loadExtension('effort')->getEffort4Month($account, $year);
}