@@ -26,7 +26,7 @@ |
||
| 26 | 26 | { |
| 27 | 27 | $contents = $this->redis->get($key); |
| 28 | 28 | |
| 29 | - if (! empty($contents)) { |
|
| 29 | + if (!empty($contents)) { |
|
| 30 | 30 | return json_decode($contents, true); |
| 31 | 31 | } |
| 32 | 32 | |