mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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. */
|
/* Create the first account. */
|
||||||
if (Account::count() == 0) {
|
if (Account::count() == 0) {
|
||||||
CreateAccount::dispatchNow($request->all());
|
CreateAccount::dispatchNow($request->all(), $request->getClientIp());
|
||||||
}
|
}
|
||||||
|
|
||||||
VersionCheck::dispatchNow();
|
VersionCheck::dispatchNow();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user