Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
scrs_zdenek committed Aug 13, 2024
1 parent 9eb763f commit bdfe3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/QueryRowClass.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function records(): TestQueryRowClass

function search(int $id): array|TestEntity|Row|null
{
return records()->fetch(records()->get(1));
return records()->fetch(records()->get($id));
}


Expand Down

0 comments on commit bdfe3bc

Please sign in to comment.