@@ -89,7 +89,7 @@ |
||
| 89 | 89 | */ |
| 90 | 90 | public function query() |
| 91 | 91 | { |
| 92 | - $logs = Log::query()->with('device','user','rule')->select('alert_log.*'); |
|
| 92 | + $logs = Log::query()->with('device', 'user', 'rule')->select('alert_log.*'); |
|
| 93 | 93 | return $this->applyScopes($logs); |
| 94 | 94 | } |
| 95 | 95 | |
@@ -102,7 +102,8 @@ |
||
| 102 | 102 | } catch(\Exception $e) { |
| 103 | 103 | if(starts_with($e->getMessage(), 'unserialize():')) { |
| 104 | 104 | return $value; |
| 105 | - } else { |
|
| 105 | + } |
|
| 106 | + else { |
|
| 106 | 107 | throw $e; |
| 107 | 108 | } |
| 108 | 109 | } |