作者 邓超

es

@@ -20,7 +20,7 @@ class SyncMailToEs { @@ -20,7 +20,7 @@ class SyncMailToEs {
20 public $where = ''; 20 public $where = '';
21 public $data = []; 21 public $data = [];
22 22
23 - public function __construct(string $type,int $table, $where=[],$data=[]) 23 + public function __construct($type,$table, $where=[],$data=[])
24 { 24 {
25 $this->type = $type; 25 $this->type = $type;
26 $this->table = $table; 26 $this->table = $table;