mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
type
This commit is contained in:
parent
f69bd5875f
commit
0ff40ff654
@ -163,7 +163,7 @@ class BankTransactionRule extends BaseModel
|
|||||||
return $this->belongsTo(User::class)->withTrashed();
|
return $this->belongsTo(User::class)->withTrashed();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function expense_cateogry()
|
public function expense_category()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(ExpenseCategory::class)->withTrashed();
|
return $this->belongsTo(ExpenseCategory::class)->withTrashed();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user