@@ -22,7 +22,7 @@ |
||
22 | 22 | */ |
23 | 23 | public function __invoke(string $block, string $defaultValue = '') |
24 | 24 | { |
25 | - if($this->view->getVariable($block) === '') { |
|
25 | + if ($this->view->getVariable($block) === '') { |
|
26 | 26 | return $defaultValue; |
27 | 27 | } |
28 | 28 | return trim($this->view->getVariable($block)); |