diff --git a/src/QuickCreatePlugin.php b/src/QuickCreatePlugin.php index 3c8135b..23ea533 100644 --- a/src/QuickCreatePlugin.php +++ b/src/QuickCreatePlugin.php @@ -195,7 +195,7 @@ public function shouldBeHidden(): bool return $this->evaluate($this->hidden) ?? false; } - public function renderUsingHook(string $panelHook): string + public function renderUsingHook(string $panelHook): static { $this->renderUsingHook = $panelHook;