We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984006a commit 6c5dc12Copy full SHA for 6c5dc12
system/Model.php
@@ -593,7 +593,7 @@ protected function doErrors()
593
public function getIdValue($row)
594
{
595
if (is_object($row)) {
596
- // Get the raw primary key value of the Entity.
+ // Get the raw or mapped primary key value of the Entity.
597
if ($row instanceof Entity && $row->{$this->primaryKey} !== null) {
598
$cast = $row->cast();
599
0 commit comments