Completed
Push — master ( 3c87f9...501714 )
by Scott
02:27
created
api/Categories.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,9 +71,7 @@
 block discarded – undo
71 71
             ];
72 72
 
73 73
             return $repository->products($slug, $params);
74
-        }
75
-
76
-        catch (Exception $e) {
74
+        } catch (Exception $e) {
77 75
             Log::error($e->getMessage());
78 76
 
79 77
             abort(500, $e->getMessage());
Please login to merge, or discard this patch.