mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: fix incorrect sample code
This commit is contained in:
parent
c36c1c5260
commit
59b5d125a0
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
$row = $query->getCustomRowObject(0, \App\Entities\User::class);
|
||||
$row = $query->getRow(0, \App\Entities\User::class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user