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:
@@ -160,6 +160,7 @@ class Cache
|
||||
if ($lifetime === null) {
|
||||
$lifetime = $this->getLifetime();
|
||||
}
|
||||
|
||||
$this->driver->save($id, $data, $lifetime);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user