Files
nexusphp/app/Models/TorrentSecret.php
2021-06-03 21:13:59 +08:00

9 lines
132 B
PHP

<?php
namespace App\Models;
class TorrentSecret extends NexusModel
{
protected $fillable = ['uid', 'torrent_id', 'secret'];
}