@@ -130,8 +130,7 @@ |
||
130 | 130 | { |
131 | 131 | try { |
132 | 132 | $output = $callback(Redis::connection('authService')); |
133 | - } |
|
134 | - catch(\Exception $e) { |
|
133 | + } catch(\Exception $e) { |
|
135 | 134 | \Illuminate\Support\Facades\Log::error($e->getMessage()); |
136 | 135 | \Illuminate\Support\Facades\Log::error($e->getTraceAsString()); |
137 | 136 |