@@ -71,9 +71,7 @@ |
||
| 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()); |