Skip to content

Commit

Permalink
update renderhook
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Jul 29, 2023
1 parent 423f33b commit 43331ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuickCreatePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function register(Panel $panel): void
{
$panel
->renderHook(
name: 'user-menu.start',
name: 'panels::user-menu.start',
hook: fn (): string => Blade::render('@livewire(\'quick-create-menu\')')
);
}
Expand Down

0 comments on commit 43331ef

Please sign in to comment.