diff --git a/app/Models/Account.php b/app/Models/Account.php index f86460a79435..ecf99aba847d 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -1,6 +1,7 @@ belongsTo('Account'); + return $this->belongsTo('App\Models\Account'); } public function theme() { - return $this->belongsTo('Theme'); + return $this->belongsTo('App\Models\Theme'); } public function getPersonType()