add new url scraping data and create tab data lists
This commit is contained in:
@@ -141,6 +141,8 @@ class PbgTaskDetail extends Model
|
||||
return $this->belongsTo(PbgTask::class, 'pbg_task_uid', 'uuid');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Create or update PbgTaskDetail from API response
|
||||
*/
|
||||
@@ -249,4 +251,6 @@ class PbgTaskDetail extends Model
|
||||
$detailData
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user