@@ -34,7 +34,7 @@ |
||
34 | 34 | { |
35 | 35 | $this->persistentObjectName = $class; |
36 | 36 | |
37 | - $count = $this->cache->get($key, function () { |
|
37 | + $count = $this->cache->get($key, function() { |
|
38 | 38 | return $this->countItems(); |
39 | 39 | }); |
40 | 40 |