librenms/app/Models/EntPhysical.php
Jellyfrog 77c531527c
Apply fixes from StyleCI (#12117)
* Apply fixes from StyleCI

* Disable style check
2020-09-21 14:54:51 +02:00

11 lines
164 B
PHP

<?php
namespace App\Models;
class EntPhysical extends DeviceRelatedModel
{
protected $table = 'entPhysical';
protected $primaryKey = 'entPhysical_id';
}