move constructor to command base class
[shpub.git] / src / shpub / Command / Delete.php
index fec839fe94d89509d0d6db2f8fae59ff325da271..a13775aa603881141f838384f8e9042b224af05d 100644 (file)
@@ -3,16 +3,6 @@ namespace shpub;
 
 class Command_Delete extends Command_AbstractProps
 {
-    /**
-     * @var Config
-     */
-    protected $cfg;
-
-    public function __construct($cfg)
-    {
-        $this->cfg = $cfg;
-    }
-
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('delete');