Attempted fix for #6475

This commit is contained in:
James Cole
2022-09-30 20:07:01 +02:00
parent 1558e87923
commit 4474a71e65
13 changed files with 33 additions and 33 deletions

View File

@@ -39,7 +39,7 @@ trait ConvertsDataTypes
*
* @return int
*/
public function integer(string $field): int
public function convertInteger(string $field): int
{
return (int) $this->get($field);
}