@@ -23,7 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | $this->persistentObjectName = $class; |
25 | 25 | |
26 | - $count = $this->cache->get($key, fn () => $this->countItems()); |
|
26 | + $count = $this->cache->get($key, fn() => $this->countItems()); |
|
27 | 27 | |
28 | 28 | return (int) $count; |
29 | 29 | } |