Skip to content

Commit

Permalink
install skip user fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Jennings committed Feb 13, 2018
1 parent ccf9ee8 commit 5aa2933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/InstallController.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function setupAdminUser()

public function saveAdminUser()
{
$details = Request::all();
$details = Request::all() + ['skip' => ''];

if (User::count() == 0 || $details['skip'] != 'Skip') {

Expand Down

0 comments on commit 5aa2933

Please sign in to comment.