This commit is contained in:
Yuri Kuznetsov
2021-02-12 16:53:54 +02:00
parent 51ea8a5e1c
commit 3e372f753d
@@ -628,7 +628,7 @@ class RDBRepository extends Repository
*
* @return int|float
*/
public function sum(string $attributel)
public function sum(string $attribute)
{
return $this->createSelectBuilder()->sum($attribute);
}