<?php
declare(strict_types=1);
namespace App\Model;
class Server extends Model
{
protected $table = 'tab_server';
public $timestamps = false;
}