@@ -171,7 +171,7 @@ |
||
| 171 | 171 | function setCacheData(int $minutes, string $key, $initDir = '/', string $baseDir = 'cache', $data) |
| 172 | 172 | { |
| 173 | 173 | cleanCache($key, $initDir, $baseDir); |
| 174 | - cache($minutes, $key, $initDir, $baseDir, function () use ($data) { |
|
| 174 | + cache($minutes, $key, $initDir, $baseDir, function() use ($data) { |
|
| 175 | 175 | return $data; |
| 176 | 176 | }); |
| 177 | 177 | } |