Files
nexusphp/app/Models/TorrentState.php

12 lines
149 B
PHP
Raw Normal View History

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