move constructor to command base class
[shpub.git] / src / shpub / Command / Reply.php
index b67d46b23b42bfdb7ee69671bee6d3f998b0f5af..493d58716808de438821c7d269c57f96f1d9b78b 100644 (file)
@@ -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');