wrong relationship

This commit is contained in:
denisdulici 2017-10-13 18:04:38 +03:00
parent 729840c26c
commit 051757b0f0

View File

@ -71,7 +71,7 @@ class Bill extends Model
public function totals()
{
return $this->hasMany('App\Models\Income\InvoiceTotal');
return $this->hasMany('App\Models\Expense\BillTotal');
}
public function payment()