diff --git a/src/Repository.php b/src/Repository.php index 535d353..349e42e 100644 --- a/src/Repository.php +++ b/src/Repository.php @@ -606,7 +606,7 @@ class Repository $pkField = key($primaryKeyField); - return $this->where($this->entityClass::field($primaryKeyField[$pkField]->name ?? $pkField, false), $value); + return $this->where($this->entityClass::field($primaryKeyField[$pkField]->name ?? $pkField, $alias), $value); } public function withJoin(string|array $fields, array $options = []) : self