docs: fix incorrect sample code

This commit is contained in:
kenjis 2024-02-02 16:58:27 +09:00
parent c36c1c5260
commit 59b5d125a0
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

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