<?php
namespace App\Models;
class DownloadSpeed extends NexusModel
{
protected $table = 'downloadspeed';
protected $fillable = ['name'];
}