@@ -26,7 +26,7 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | public function get($key) |
| 28 | 28 | { |
| 29 | - return $this->cache->get($key)->then(function ($result) { |
|
| 29 | + return $this->cache->get($key)->then(function($result) { |
|
| 30 | 30 | return msgpack_unpack($result, true); |
| 31 | 31 | }); |
| 32 | 32 | } |