Current File : /home/inlingua/public_html/crm.vprotectindia.com/app/Model/API/Ledgers.php
<?php
namespace App\Model\API;
use Illuminate\Database\Eloquent\Model;
class Ledgers extends Model
{
//
public function invoice()
{
return $this->belongsTo('App\Model\API\InvoiceMasters');
}
}