Files
librenms-librenms/app/Models/NetscalerVserver.php
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
155 B
PHP
Raw Normal View History

<?php
namespace App\Models;
class NetscalerVserver extends DeviceRelatedModel
{
protected $primaryKey = 'vsvr_id';
public $timestamps = false;
}