Merge branch 'hotfix/6.1.3'
This commit is contained in:
@@ -638,7 +638,7 @@ class RDBRepository extends Repository
|
||||
*
|
||||
* @return int|float
|
||||
*/
|
||||
public function sum(string $attributel)
|
||||
public function sum(string $attribute)
|
||||
{
|
||||
return $this->createSelectBuilder()->sum($attribute);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user