*s * @property int $id * @property string $name * @property int $filltype */ class ServersGroups extends EloquentModel { /** * Table name * * @var string */ protected $table = 'tblservergroups'; /** * Indicates if the model should be timestamped. * * @var bool */ public $timestamps = false; }