From 905cfc22aeddc0b5dc0371248625b6c61954904c Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 2 Aug 2020 23:41:18 +0300 Subject: [PATCH] refactor(cache): update $driver type issue: The type Flextype\App\Foundation\Cache\DoctrineCache was not found. --- src/flextype/app/Foundation/Cache/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/app/Foundation/Cache/Cache.php b/src/flextype/app/Foundation/Cache/Cache.php index c39a4309..0ee9ba2c 100755 --- a/src/flextype/app/Foundation/Cache/Cache.php +++ b/src/flextype/app/Foundation/Cache/Cache.php @@ -47,7 +47,7 @@ class Cache /** * Cache Driver * - * @var DoctrineCache + * @var object */ private $driver;