Passed
Push — master ( 46c2f1...d9d3cc )
by John
05:30
created
app/Models/AccountModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
                 Cache::tags(['bing', 'pic'])->put(date("Y-m-d"), "/static/img/themes/bing/".date("Y-m-d").".jpg");
126 126
             }
127 127
             $ret["image"]=Cache::tags(['bing', 'pic'])->get(date("Y-m-d"));
128
-        } catch(Exception $e) {
128
+        } catch (Exception $e) {
129 129
             $ret["image"]="/static/img/themes/material.png";
130 130
         }
131 131
         return $ret;
Please login to merge, or discard this patch.