1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00
This commit is contained in:
David Bomba 2016-06-13 20:26:47 +10:00
parent 369b696297
commit 6e57976075

View File

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