@@ -16,7 +16,7 @@ |
||
| 16 | 16 | { |
| 17 | 17 | parent::__construct(); |
| 18 | 18 | $this->title($title); |
| 19 | - $this->bodyName = 'markdown'; |
|
| 19 | + $this->bodyName = 'markdown'; |
|
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | protected function getBody() |
@@ -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); |