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