| 
...
 | 
...
 | 
@@ -20,7 +20,7 @@ class SyncMailToEs { | 
| 
 | 
 | 
     public $where = '';
 | 
| 
 | 
 | 
     public $data = [];
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
     public function __construct(string $type,int $table, $where=[],$data=[])
 | 
| 
 | 
 | 
     public function __construct($type,$table, $where=[],$data=[])
 | 
| 
 | 
 | 
     {
 | 
| 
 | 
 | 
         $this->type = $type;
 | 
| 
 | 
 | 
         $this->table = $table;
 | 
...
 | 
...
 | 
 |