This commit is contained in:
David Bomba 2023-02-07 11:42:24 +11:00
parent f69bd5875f
commit 0ff40ff654

View File

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