示例#1
0
文件: Import.php 项目: popfeng/zao
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }
示例#2
0
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->paths = $this->getFilePaths();
 }