This commit is contained in:
parent
c003c3f4b8
commit
e3b16ff4bb
@ -127,7 +127,7 @@ public static function cluepackage($data)
|
||||
// info('===== cluepackage exists', $data);
|
||||
// return $model;
|
||||
// }
|
||||
$model = new static(['source' => 'cluepackage', 'rawdata' => $data]);
|
||||
$model = new static(['external_id' => $externalId, 'source' => 'cluepackage', 'rawdata' => $data]);
|
||||
$model->name = $data['user_name'] ?? '';
|
||||
$model->mobile = $data['user_mobile_no'] ?? '';
|
||||
$model->meta = $data['extend_info'] ?? [];
|
||||
|
Loading…
Reference in New Issue
Block a user