@@ -21,7 +21,7 @@ |
||
| 21 | 21 | return $this->combinePlugins(); |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | - $typeMethod = Str::camel($params['_type'] ?? 'default').'Plugins'; |
|
| 24 | + $typeMethod = Str::camel($params['_type'] ?? 'default') . 'Plugins'; |
|
| 25 | 25 | |
| 26 | 26 | if (method_exists($this, $typeMethod)) { |
| 27 | 27 | return $this->{$typeMethod}(); |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | return $this->combinePlugins(); |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | - $typeMethod = Str::camel($params['_type'] ?? 'default').'Plugins'; |
|
| 25 | + $typeMethod = Str::camel($params['_type'] ?? 'default') . 'Plugins'; |
|
| 26 | 26 | |
| 27 | 27 | if (method_exists($this, $typeMethod)) { |
| 28 | 28 | return $this->{$typeMethod}(); |