mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
typo
This commit is contained in:
parent
fedbd74319
commit
369b696297
@ -200,7 +200,7 @@ class Account extends Eloquent
|
|||||||
|
|
||||||
public function expenseCategories()
|
public function expenseCategories()
|
||||||
{
|
{
|
||||||
$this->hasMany('App\Models\ExpenseCategories','account_id','id')->withTrashed();
|
$this->hasMany('App\Models\ExpenseCategory','account_id','id')->withTrashed();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setIndustryIdAttribute($value)
|
public function setIndustryIdAttribute($value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user