Merge branch 'hotfix/account-fix'

This commit is contained in:
Balazs Varkonyi
2015-04-04 01:37:05 +02:00

View File

@@ -54,6 +54,7 @@ class Account extends Model
App::abort(500, 'Could not create new account with data: ' . json_encode($fields));
}
return $account;
}