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

refactor(cache): update $driver type

issue:

The type Flextype\App\Foundation\Cache\DoctrineCache was not found.
This commit is contained in:
Awilum
2020-08-02 23:41:18 +03:00
parent 1804e5c1ce
commit 905cfc22ae

View File

@@ -47,7 +47,7 @@ class Cache
/**
* Cache Driver
*
* @var DoctrineCache
* @var object
*/
private $driver;