/home/smartonegroup/www/system/system/models/DocumentRelation.php
<?php
use Illuminate\Database\Eloquent\Model;

class DocumentRelation extends Model
{
	protected $table = 'ib_doc_rel';
	public $timestamps = false;



}