| @@ -42,7 +42,7 @@ | ||
| 42 | 42 | return $this->combinePlugins(); | 
| 43 | 43 | } | 
| 44 | 44 | |
| 45 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; | |
| 45 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; | |
| 46 | 46 | |
| 47 | 47 |          if (method_exists($this, $method)) { | 
| 48 | 48 |              return $this->{$method}($params); |