Files
nexusphp/app/Models/TorrentSecret.php

9 lines
132 B
PHP
Raw Normal View History

2021-06-03 21:13:59 +08:00
<?php
namespace App\Models;
class TorrentSecret extends NexusModel
{
protected $fillable = ['uid', 'torrent_id', 'secret'];
}