We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d054e10 commit 8c45718Copy full SHA for 8c45718
src/Livewire/BaseContentTreeNode.php
@@ -154,7 +154,7 @@ protected function transformRecordIntoNode($record)
154
return [];
155
})
156
->whereInstanceOf(Action::class)
157
- ->map(fn (Action $action) => $action->arguments(['node' => $node]))
+ ->map(fn (Action $action) => $action(['node' => $node]))
158
->where(fn (Action $action) => $action->isVisible())
159
->map(fn (Action $action) => $action->getName())
160
->values()
0 commit comments