1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 16:14:16 +02:00

refactor(core): code standard fixes #436

This commit is contained in:
Awilum
2020-07-14 21:28:19 +03:00
parent e5a3b0e99b
commit df1345969e

View File

@@ -160,6 +160,7 @@ class Cache
if ($lifetime === null) {
$lifetime = $this->getLifetime();
}
$this->driver->save($id, $data, $lifetime);
}