mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
tracker support authkey
This commit is contained in:
@@ -11,8 +11,6 @@ class NexusModel extends Model
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
// protected $perPage = 2;
|
||||
|
||||
/**
|
||||
*
|
||||
* @param \DateTimeInterface $date
|
||||
|
||||
8
app/Models/TorrentSecret.php
Normal file
8
app/Models/TorrentSecret.php
Normal file
@@ -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