Add bookmark command
[shpub.git] / src / shpub / Command / Article.php
index b51740de1487674143128fa52958e0f241ca2670..9f40daf82f97943479f3905a0c314ccc2535f915 100644 (file)
@@ -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');