Merge branch 'hotfix/account-fix'

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

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;
}