Skip to content

Commit a6629bc

Browse files
author
=
committed
Add Hidden Property to Filter Class
1 parent 06629af commit a6629bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Views/Filter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ abstract class Filter
1414

1515
protected string $name;
1616
protected string $key;
17+
protected bool $hidden = false;
1718
protected $filterCallback = null;
1819
protected array $config = [];
1920
protected ?string $filterPillTitle = null;

0 commit comments

Comments
 (0)