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
1 changed files with 0 additions and 5 deletions

View File

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