fixed #59
This commit is contained in:
parent
1ed02931b9
commit
5ff951ff46
@ -45,7 +45,7 @@ class Vendor extends Model
|
||||
|
||||
public function payments()
|
||||
{
|
||||
return $this->hasMany('App\Models\Expense\Payments');
|
||||
return $this->hasMany('App\Models\Expense\Payment');
|
||||
}
|
||||
|
||||
public function currency()
|
||||
|
Loading…
x
Reference in New Issue
Block a user