@@ -93,8 +93,8 @@ |
||
93 | 93 | public function getHtmlComponent($identifier){ |
94 | 94 | return $this->htmlComponents[$identifier]??''; |
95 | 95 | } |
96 | - public function clearComponents(){ |
|
97 | - $this->components=[]; |
|
98 | - $this->htmlComponents=[]; |
|
99 | - } |
|
96 | + public function clearComponents(){ |
|
97 | + $this->components=[]; |
|
98 | + $this->htmlComponents=[]; |
|
99 | + } |
|
100 | 100 | } |