Update Cache.php

This commit is contained in:
Max Kostikov
2020-01-06 20:40:18 +01:00
parent 41ce2da080
commit 908875a052

View File

@@ -14,7 +14,7 @@ class Cache {
* @param string $key
* @param string $age in SQL format, default is '30 DAY'
* @return string
* /
*/
public static function get($key, $age = '') {
@@ -52,4 +52,3 @@ class Cache {
}
}
}