X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/c40d4e6c6349b98c90e8bbb79b361e08e60c0dba..c6fd5d2f91a31c5014c2d40276b8d4ef771fb9a9:/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');