Skip to content

Commit d086bb2

Browse files
fix: Update method call to use correct object instance
1 parent 480765c commit d086bb2

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)