renamed income/expense
This commit is contained in:
@ -30,7 +30,7 @@ class Contact extends Model
|
||||
|
||||
public function bills()
|
||||
{
|
||||
return $this->hasMany('App\Models\Expense\Bill');
|
||||
return $this->hasMany('App\Models\Purchase\Bill');
|
||||
}
|
||||
|
||||
public function currency()
|
||||
@ -50,7 +50,7 @@ class Contact extends Model
|
||||
|
||||
public function invoices()
|
||||
{
|
||||
return $this->hasMany('App\Models\Income\Invoice');
|
||||
return $this->hasMany('App\Models\Sale\Invoice');
|
||||
}
|
||||
|
||||
public function transactions()
|
||||
|
Reference in New Issue
Block a user