正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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; |
-
请 注册 或 登录 后发表评论