Update methods names

This commit is contained in:
osaajani 2019-11-04 17:12:52 +01:00
parent 37b2a93323
commit 1865072b73
26 changed files with 88 additions and 101 deletions

View file

@ -44,7 +44,7 @@ namespace controllers\publics;
{
$page = (int) $page;
$limit = 25;
$receiveds = $this->internal_received->get_list($limit, $page);
$receiveds = $this->internal_received->list($limit, $page);
foreach ($receiveds as $key => $received)
{