Fixed sum description

This commit is contained in:
Eldad Fux 2021-09-25 16:48:46 +03:00
parent 6209b7e104
commit 59521d53da

View file

@ -34,7 +34,7 @@ class BaseList extends Model
if ($paging) {
$this->addRule('sum', [
'type' => self::TYPE_INTEGER,
'description' => 'Total sum of items in the list.',
'description' => 'Total number of items available on the server.',
'default' => 0,
'example' => 5,
]);