Completed
Branch master (c8b7c6)
by Pásztor
05:38
created
Category
classes/ApiManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.