Remove unused class variable

This commit is contained in:
Philipp Holzer 2019-08-04 15:54:37 +02:00
parent 19777baa79
commit 7cdcad9f6c
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90

View file

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