Skip to content

Commit 06d0160

Browse files
Update Header.php
1 parent 39bef9d commit 06d0160

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Components/Header.php

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
class Header extends Component
88
{
9+
public function __construct(
10+
public $heading,
11+
public $subheading,
12+
public $filters,
13+
public $indicatorsCount,
14+
public $width,
15+
public $filterFormAccessible
16+
)
17+
{
18+
19+
}
920
/**
1021
* Renders the view for the header component.
1122
*/

0 commit comments

Comments
 (0)