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