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 e46867c commit 6429307Copy full SHA for 6429307
src/Concerns/InteractsWithMenus.php
@@ -65,7 +65,7 @@ public function tippyPlacement(string | TippyPlacement | Closure $placement): st
65
return $this;
66
}
67
68
- public function getTippyPlacement():string|TippyPlacement
+ public function getTippyPlacement(): string | TippyPlacement
69
{
70
return $this->evaluate($this->tippyPlacement);
71
0 commit comments