mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
typo
This commit is contained in:
parent
369b696297
commit
6e57976075
@ -200,7 +200,7 @@ class Account extends Eloquent
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user