@@ -158,8 +158,8 @@ |
||
158 | 158 | foreach ($this->default as $action) { |
159 | 159 | $actions .= $action->render(); |
160 | 160 | } |
161 | - if(!empty($this->custom)) { |
|
162 | - foreach($this->custom as $action) { |
|
161 | + if (!empty($this->custom)) { |
|
162 | + foreach ($this->custom as $action) { |
|
163 | 163 | $actions .= $action->render(); |
164 | 164 | } |
165 | 165 | } |