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