X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/a3a7f8591a6f857bc4586dec2b6726b93092072a..f46e4d3108d944bcf86f5905780f1fcfd441c036:/src/shpub/Command/Reply.php diff --git a/src/shpub/Command/Reply.php b/src/shpub/Command/Reply.php index b67d46b..493d587 100644 --- a/src/shpub/Command/Reply.php +++ b/src/shpub/Command/Reply.php @@ -3,16 +3,6 @@ namespace shpub; class Command_Reply extends Command_AbstractProps { - /** - * @var Config - */ - protected $cfg; - - public function __construct($cfg) - { - $this->cfg = $cfg; - } - public static function opts(\Console_CommandLine $optParser) { $cmd = $optParser->addCommand('reply');