This repository was archived by the owner on Jan 2, 2024. It is now read-only.

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private function getBoundValue($bind, string $name)
5555
$bind = $bind ?: $this->getBoundTarget();
5656

5757
if ($this->manyRelation) {
58-
return $this->getAttachedKeysFromRelation($bind, $name);
58+
return $this->getAttachedKeysFromRelation($bind, $name);
5959
}
6060

6161
$boundValue = data_get($bind, $name);

0 commit comments

Comments
 (0)