@@ -125,7 +125,7 @@ |
||
| 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; |