@@ -36,7 +36,7 @@ |
||
36 | 36 | $plugins = $this->pluginManager->getPlugins(); |
37 | 37 | |
38 | 38 | foreach ($plugins as $id => $plugin) { |
39 | - if(!method_exists($plugin, 'registerAPIResources')) { |
|
39 | + if (!method_exists($plugin, 'registerAPIResources')) { |
|
40 | 40 | continue; |
41 | 41 | } |
42 | 42 |