Files

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

11 lines
155 B
PHP
Raw Permalink Normal View History

<?php
namespace App\Models;
class HrDevice extends DeviceRelatedModel
{
protected $table = 'hrDevice';
protected $primaryKey = 'hrDevice_id';
}