Skip to content

Commit 59b5d12

Browse files
committed
docs: fix incorrect sample code
1 parent c36c1c5 commit 59b5d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/database/results
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$row = $query->getCustomRowObject(0, \App\Entities\User::class);
3+
$row = $query->getRow(0, \App\Entities\User::class);

0 commit comments

Comments
 (0)