Return the new account from firstOrCreateEncrypted

This commit is contained in:
Balazs Varkonyi 2015-04-04 01:36:55 +02:00
parent cc82505b66
commit 67fafdeef7

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