Files

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

11 lines
153 B
PHP
Raw Permalink Normal View History

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