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