type
This commit is contained in:
parent
f69bd5875f
commit
0ff40ff654
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class BankTransactionRule extends BaseModel
|
|||
return $this->belongsTo(User::class)->withTrashed();
|
||||
}
|
||||
|
||||
public function expense_cateogry()
|
||||
public function expense_category()
|
||||
{
|
||||
return $this->belongsTo(ExpenseCategory::class)->withTrashed();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue