Skip to content

Commit 78b3ad0

Browse files
resolved changes
1 parent 3ac6243 commit 78b3ad0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Results/ResultRow.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ public function offsetUnset($offset): void
5252
throw new BadMethodCallException("You can't Unset {$offset}.");
5353

5454
}
55-
55+
public function get(string $row): mixed
56+
{
57+
return $this->offsetGet($row);
58+
}
5659
#[\Override]
5760
public function count(): int
5861
{

0 commit comments

Comments
 (0)