public function __construct()
 {
     parent::__construct();
     $this->targetDirectory = DIR_PACKAGES;
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->targetDirectory = DIR_CORE_UPDATES;
 }