mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 01:34:36 -04:00
Fixes for setup screeen
This commit is contained in:
parent
40b46f2b12
commit
13bfd6e7fd
@ -163,7 +163,7 @@ class SetupController extends Controller
|
||||
|
||||
/* Create the first account. */
|
||||
if (Account::count() == 0) {
|
||||
CreateAccount::dispatchNow($request->all());
|
||||
CreateAccount::dispatchNow($request->all(), $request->getClientIp());
|
||||
}
|
||||
|
||||
VersionCheck::dispatchNow();
|
||||
|
Loading…
x
Reference in New Issue
Block a user