Remove unused class variable

This commit is contained in:
Philipp Holzer
2019-08-04 15:54:37 +02:00
parent 19777baa79
commit 7cdcad9f6c

View File

@@ -25,11 +25,6 @@ class Cache extends \Asika\SimpleConsole\Console
*/
private $appMode;
/**
* @var string The cache driver name
*/
private $cacheDriverName;
/**
* @var ICache
*/