From 369b696297d300c07ff2338c8e132bf7e8a4eeaa Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 13 Jun 2016 20:23:14 +1000 Subject: [PATCH] typo --- app/Models/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Account.php b/app/Models/Account.php index fcc195bede60..4ee18e9c6c16 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -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)