@@ -61,8 +61,8 @@ |
||
61 | 61 | 'body' => $message, |
62 | 62 | 'closeButton' => $this->closeButton, |
63 | 63 | 'options' => array_merge($this->options, [ |
64 | - 'id' => $this->getId().'-'.$type.'-'.$i, |
|
65 | - 'class' => $this->alertTypes[$type].$appendClass, |
|
64 | + 'id' => $this->getId() . '-' . $type . '-' . $i, |
|
65 | + 'class' => $this->alertTypes[$type] . $appendClass, |
|
66 | 66 | ]), |
67 | 67 | ]); |
68 | 68 | } |