mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
typo
This commit is contained in:
parent
369b696297
commit
6e57976075
@ -200,7 +200,7 @@ class Account extends Eloquent
|
|||||||
|
|
||||||
public function expenseCategories()
|
public function expenseCategories()
|
||||||
{
|
{
|
||||||
$this->hasMany('App\Models\ExpenseCategory','account_id','id')->withTrashed();
|
return $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