mirror of
https://github.com/daledavies/jump.git
synced 2026-01-19 22:02:07 +01:00
Fix erroneous change to weatherdata cahce expiration type
This commit is contained in:
@@ -87,7 +87,7 @@ class Cache {
|
||||
],
|
||||
'weatherdata' => [
|
||||
'cache' => null,
|
||||
'expirationtype' => Caching\Cache::Files,
|
||||
'expirationtype' => Caching\Cache::Expire,
|
||||
'expirationparams' => '5 minutes'
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user