fix new hit endpoint pbg status
This commit is contained in:
@@ -65,6 +65,11 @@ class PbgTask extends Model
|
||||
return $this->hasMany(PbgTaskDetailDataList::class, 'pbg_task_uuid', 'uuid');
|
||||
}
|
||||
|
||||
public function pbg_status()
|
||||
{
|
||||
return $this->hasOne(PbgStatus::class, 'pbg_task_uuid', 'uuid');
|
||||
}
|
||||
|
||||
/**
|
||||
* Get only data lists with files
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user