Skip to content

Commit

Permalink
update comment in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Dec 10, 2024
1 parent 984006a commit 6c5dc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ protected function doErrors()
public function getIdValue($row)
{
if (is_object($row)) {
// Get the raw primary key value of the Entity.
// Get the raw or mapped primary key value of the Entity.
if ($row instanceof Entity && $row->{$this->primaryKey} !== null) {
$cast = $row->cast();

Expand Down

0 comments on commit 6c5dc12

Please sign in to comment.