@@ -128,7 +128,7 @@ |
||
128 | 128 | $actions = $this->prepends; |
129 | 129 | |
130 | 130 | foreach ($this->actions as $action) { |
131 | - $method = 'render' . ucfirst($action); |
|
131 | + $method = 'render'.ucfirst($action); |
|
132 | 132 | array_push($actions, $this->{$method}()); |
133 | 133 | } |
134 | 134 |