Completed
Push — master ( b646df...aa63cc )
by DEATH
01:16
created
src/EasyCacheTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             } else {
40 40
                 return $closure();
41 41
             }
42
-        }catch (\Throwable $throwable){
42
+        } catch (\Throwable $throwable){
43 43
             Log::error($throwable);
44 44
             return $closure();
45 45
         }
Please login to merge, or discard this patch.