This commit is contained in:
David Bomba 2016-06-13 20:23:14 +10:00
parent fedbd74319
commit 369b696297

View File

@ -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)