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 fb90c58 commit d9e2edeCopy full SHA for d9e2ede
src/Components/Concerns/HasIcon.php
@@ -25,7 +25,7 @@ public function getIconAnimation(): ?string
25
return $this->evaluate($this->iconAnimation)?->value ?? null;
26
}
27
28
- public function getIcon(): string
+ public function getIcon(): ?string
29
{
30
return $this->evaluate($this->icon);
31
0 commit comments