Files
librenms-librenms/app/Models/EntPhysical.php
Jellyfrog 47e4641e04 Convert About page to Laravel (#10551)
* Convert About page to laravel

* clean up callback stuff

* More translatable strings
2019-08-24 16:52:10 -05:00

12 lines
165 B
PHP

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