Command: remove dead field

This commit is contained in:
Dylan K. Taylor 2018-04-10 12:11:13 +01:00
parent 46cbcb0c42
commit 76854da7ba

View File

@ -36,8 +36,6 @@ abstract class Command{
/** @var string */
private $name;
/** @var array */
protected $commandData = null;
/** @var string */
private $nextLabel;