mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
Return the new account from firstOrCreateEncrypted
This commit is contained in:
parent
cc82505b66
commit
67fafdeef7
@ -54,6 +54,7 @@ class Account extends Model
|
||||
App::abort(500, 'Could not create new account with data: ' . json_encode($fields));
|
||||
|
||||
}
|
||||
return $account;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user