Files
nexusphp/app/Models/Cheater.php
2022-03-17 18:46:49 +08:00

13 lines
253 B
PHP

<?php
namespace App\Models;
class Cheater extends NexusModel
{
protected $fillable = [
'added', 'userid', 'torrentid', 'uploaded', 'downloaded', 'anctime', 'seeders', 'leechers', 'hit',
'dealtby', 'dealtwith', 'comment',
];
}