@@ -429,7 +429,7 @@ |
||
429 | 429 | */ |
430 | 430 | protected function idValue(array|object $data) |
431 | 431 | { |
432 | - if (is_object($data) && isset($data->{$this->primaryKey})) { |
|
432 | + if (is_object($data) && isset($data->{$this->primaryKey})) { |
|
433 | 433 | return $data->{$this->primaryKey}; |
434 | 434 | } |
435 | 435 |