mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-24 16:27:36 +08:00
tracker support authkey
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class TorrentSecret extends NexusModel
|
||||
{
|
||||
protected $fillable = ['uid', 'torrent_id', 'secret'];
|
||||
}
|
||||
Reference in New Issue
Block a user