[api] torrents add tags + promotion + pick

This commit is contained in:
xiaomlove
2022-03-13 21:45:48 +08:00
parent 367588528b
commit c611372ed8
11 changed files with 173 additions and 44 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace App\Models;
class TorrentState extends NexusModel
{
public $incrementing = false;
protected $table = 'torrents_state';
}