Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<?php
namespace App\Models;
class PortStatistic extends PortRelatedModel
{
protected $table = 'ports_statistics';
protected $primaryKey = 'port_id';
public $timestamps = false;
}