Skip to content

Commit 68ddc29

Browse files
Merge pull request #88 from CodeWithDennis/bugfix/create-option-using-fix
fix: Update method call to use correct object instance
2 parents 480765c + d086bb2 commit 68ddc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ protected function setUp(): void
134134

135135
$form->model($record)->saveRelationships();
136136

137-
return $this->getCustomKey($record);
137+
return $component->getCustomKey($record);
138138
});
139139

140140
$this->suffixActions([

0 commit comments

Comments
 (0)