This commit is contained in:
denisdulici 2017-10-28 01:57:49 +03:00
parent 1ed02931b9
commit 5ff951ff46

View File

@ -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()