@@ -27,7 +27,7 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | public function get($key, $default = null) |
| 29 | 29 | { |
| 30 | - return $this->cache->get($key, $default)->then(function ($result) use ($default) { |
|
| 30 | + return $this->cache->get($key, $default)->then(function($result) use ($default) { |
|
| 31 | 31 | if ($result === null || $result === $default) { |
| 32 | 32 | return $result; |
| 33 | 33 | } |