mirror of
https://github.com/daledavies/jump.git
synced 2026-05-06 10:45:48 +02: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