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

Commit 2606901

Browse files
committed
Update HandlesBoundValues.php
1 parent 84611aa commit 2606901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/HandlesBoundValues.php

Lines changed: 1 addition & 1 deletion
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)