@@ -23,7 +23,7 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | public function getPlugins(array $params): array |
| 25 | 25 | { |
| 26 | - $typeMethod = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 26 | + $typeMethod = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 27 | 27 | |
| 28 | 28 | if (method_exists($this, $typeMethod)) { |
| 29 | 29 | return $this->{$typeMethod}($params); |