This commit is contained in:
@@ -127,7 +127,7 @@ class Testdrive extends Model
|
||||
// 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'] ?? [];
|
||||
|
||||
Reference in New Issue
Block a user