Skip to content

Commit c0ac21d

Browse files
committed
fix $obj->anotherRelatedObj === null when not exists
clean code
1 parent b921c9e commit c0ac21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @method dbObject ObjectBuilder()
1717
* @method mixed byId (string $id, mixed $fields)
1818
* @method mixed get (mixed $limit, mixed $fields)
19-
* @method mixed getOne (mixed $fields)processAllWith
19+
* @method mixed getOne (mixed $fields)
2020
* @method mixed paginate (int $page, array $fields)
2121
* @method dbObject query ($query, $numRows)
2222
* @method dbObject rawQuery ($query, $bindParams, $sanitize)

0 commit comments

Comments
 (0)