skip offer + pt-gen fill subtitle

This commit is contained in:
xiaomlove
2022-09-04 15:56:19 +08:00
parent 7613a05951
commit 589332afb3
22 changed files with 80 additions and 11 deletions
+5
View File
@@ -53,6 +53,11 @@ class Tag extends NexusModel
return $this->belongsToMany(Torrent::class, 'torrent_tags', 'tag_id', 'torrent_id');
}
public function torrent_tags(): \Illuminate\Database\Eloquent\Relations\HasMany
{
return $this->hasMany(TorrentTag::class, 'tag_id');
}
}