@@ -61,7 +61,7 @@ |
||
61 | 61 | protected function doGet(string $key): array |
62 | 62 | { |
63 | 63 | $success = false; |
64 | - $content = apc_fetch($key, $success); |
|
64 | + $content = apc_fetch($key, $success); |
|
65 | 65 | |
66 | 66 | if (empty($content) || !$success) { |
67 | 67 | return []; |