mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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));
|
App::abort(500, 'Could not create new account with data: ' . json_encode($fields));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
return $account;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user