mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Return the new account from firstOrCreateEncrypted
This commit is contained in:
@@ -54,6 +54,7 @@ class Account extends Model
|
||||
App::abort(500, 'Could not create new account with data: ' . json_encode($fields));
|
||||
|
||||
}
|
||||
return $account;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user