use app cache
This commit is contained in:
parent
53e4a8ee58
commit
ac4a877b75
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class Frontend extends Process
|
||||||
public static function adjustCache(): void
|
public static function adjustCache(): void
|
||||||
{
|
{
|
||||||
if (!empty($_COOKIE[self::COOKIE_UPDDT_PREFIX . self::cookieSuffix()])) {
|
if (!empty($_COOKIE[self::COOKIE_UPDDT_PREFIX . self::cookieSuffix()])) {
|
||||||
App::frontend()->cache()->addTime((int) $_COOKIE[self::COOKIE_UPDDT_PREFIX . self::cookieSuffix()]);
|
App::cache()->addTime((int) $_COOKIE[self::COOKIE_UPDDT_PREFIX . self::cookieSuffix()]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue