wrong relationship
This commit is contained in:
parent
729840c26c
commit
051757b0f0
@ -71,7 +71,7 @@ class Bill extends Model
|
|||||||
|
|
||||||
public function totals()
|
public function totals()
|
||||||
{
|
{
|
||||||
return $this->hasMany('App\Models\Income\InvoiceTotal');
|
return $this->hasMany('App\Models\Expense\BillTotal');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function payment()
|
public function payment()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user