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