typo
This commit is contained in:
parent
fedbd74319
commit
369b696297
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class Account extends Eloquent
|
|||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue