Files

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

11 lines
164 B
PHP
Raw Permalink Normal View History

2019-08-24 23:52:10 +02:00
<?php
namespace App\Models;
class EntPhysical extends DeviceRelatedModel
{
protected $table = 'entPhysical';
protected $primaryKey = 'entPhysical_id';
}