Skip to content

Commit f093b16

Browse files
PratikshaPratiksha
authored andcommitted
fixed integration test
1 parent 60f2f7d commit f093b16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Results/ResultRow.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ public function offsetGet(mixed $offset): mixed
3434
return $this->data[$offset];
3535
}
3636

37-
public function get(string $row): mixed
38-
{
39-
return $this->offsetGet($row);
40-
}
41-
42-
4337

4438
#[\Override]
4539
public function offsetExists($offset): bool

0 commit comments

Comments
 (0)