@@ -49,7 +49,7 @@ |
||
49 | 49 | |
50 | 50 | protected function getBody() |
51 | 51 | { |
52 | - if(!empty($this->btns)) { |
|
52 | + if (!empty($this->btns)) { |
|
53 | 53 | $this->body['btns'] = $this->btns; |
54 | 54 | foreach ($this->body['btns'] as $btn) { |
55 | 55 | $this->validateBtn($btn); |