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.
2 parents 80ee77d + ea45d8a commit ed02e57Copy full SHA for ed02e57
1 file changed
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