mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
refactor announce
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
|
||||
class Cheater extends NexusModel
|
||||
{
|
||||
protected $fillable = [
|
||||
'added', 'userid', 'torrentid', 'uploaded', 'downloaded', 'anctime', 'seeders', 'leechers', 'hit',
|
||||
'dealtby', 'dealtwith', 'comment',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user