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 8bde6b9 commit 676ad63Copy full SHA for 676ad63
src/Message.php
@@ -91,7 +91,7 @@ public function toMarkdown(): HtmlString
91
92
public function hasWidget(): bool
93
{
94
- return (bool) $this->widgetComponentName();
+ return (bool) $this->getWidgetComponent();
95
}
96
97
public function getWidgetComponent(): ?string
0 commit comments