Skip to content

Commit

Permalink
Fixing return type for method reunderUsingHook
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekrsrikaanth committed May 28, 2024
1 parent 289547c commit 649eff6
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 @@ -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;

Expand Down

0 comments on commit 649eff6

Please sign in to comment.