@@ -194,7 +194,7 @@ |
||
| 194 | 194 | function setCacheData(int $minutes, string $key, $initDir = '/', string $baseDir = 'cache', $data) |
| 195 | 195 | { |
| 196 | 196 | cleanCache($key, $initDir, $baseDir); |
| 197 | - cache($minutes, $key, $initDir, $baseDir, function () use ($data) { |
|
| 197 | + cache($minutes, $key, $initDir, $baseDir, function() use ($data) { |
|
| 198 | 198 | return $data; |
| 199 | 199 | }); |
| 200 | 200 | } |