Files
nexusphp/app/Models/TorrentState.php
2022-03-13 21:45:48 +08:00

12 lines
149 B
PHP

<?php
namespace App\Models;
class TorrentState extends NexusModel
{
public $incrementing = false;
protected $table = 'torrents_state';
}