You've already forked lubo_comment_query
OCR
This commit is contained in:
@@ -46,4 +46,9 @@ class Videos extends Model
|
||||
{
|
||||
return $this->hasMany(VideoParts::class, "bvid", "bvid");
|
||||
}
|
||||
|
||||
public function ocr_records(): \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
{
|
||||
return $this->hasMany(VideoOcrRecords::class, "video_bvid", "bvid");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user