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 ddf2fec commit 6478e1eCopy full SHA for 6478e1e
src/Views/Filters/Traits/Styling/HandlesFilterPillsAttributes.php
@@ -22,7 +22,6 @@ trait HandlesFilterPillsAttributes
22
23
protected bool $pillTitleAsHtml = false;
24
25
-
26
public function getPillAttributesBag(): ComponentAttributeBag
27
{
28
return new ComponentAttributeBag($this->getPillAttributes());
@@ -97,5 +96,4 @@ public function getFilterPillTitleAsHtml(): bool
97
96
98
return $this->pillTitleAsHtml;
99
}
100
101
0 commit comments