Skip to content

Commit 6c5dc12

Browse files
committed
update comment in the code
1 parent 984006a commit 6c5dc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ protected function doErrors()
593593
public function getIdValue($row)
594594
{
595595
if (is_object($row)) {
596-
// Get the raw primary key value of the Entity.
596+
// Get the raw or mapped primary key value of the Entity.
597597
if ($row instanceof Entity && $row->{$this->primaryKey} !== null) {
598598
$cast = $row->cast();
599599

0 commit comments

Comments
 (0)