Skip to content

Commit

Permalink
docs: fix incorrect sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 2, 2024
1 parent c36c1c5 commit 59b5d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/database/results/016.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

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

0 comments on commit 59b5d12

Please sign in to comment.