From df1345969ea94a91029436653223ca1489d8b2b6 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 14 Jul 2020 21:28:19 +0300 Subject: [PATCH] refactor(core): code standard fixes #436 --- src/flextype/Foundation/Cache/Cache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flextype/Foundation/Cache/Cache.php b/src/flextype/Foundation/Cache/Cache.php index 266c14f2..ef83984b 100755 --- a/src/flextype/Foundation/Cache/Cache.php +++ b/src/flextype/Foundation/Cache/Cache.php @@ -160,6 +160,7 @@ class Cache if ($lifetime === null) { $lifetime = $this->getLifetime(); } + $this->driver->save($id, $data, $lifetime); }