Skip to content

Commit 37ede95

Browse files
committed
Fix warning
1 parent 04a995f commit 37ede95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebApp/BootstrapTheme/InlineForm/DateRangeInputRenderer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
class DateRangeInputRenderer extends InputRenderer {
1010

11+
public $period;
12+
1113
public function __construct($theme, $component) {
1214
parent::__construct($theme, $component);
1315
$this->theme->addFeature(\WebApp\BootstrapTheme\BootstrapTheme::DATERANGEPICKER);

0 commit comments

Comments
 (0)