Skip to content

Commit cd007d8

Browse files
committed
Now redirecting to dashboard after installing
1 parent 7a37d79 commit cd007d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/InstallerController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function options(request $request)
153153
sleep(1);
154154
}
155155

156-
return redirect(url(''));
156+
return redirect(url('dashboard'));
157157
}
158158

159159
public function editConfigInstaller(request $request)
@@ -166,7 +166,7 @@ public function editConfigInstaller(request $request)
166166

167167
if(EnvEditor::keyExists($entry)){EnvEditor::editKey($entry, $value);}
168168

169-
return Redirect(url(''));
169+
return Redirect(url('dashboard'));
170170
}
171171

172172
}

0 commit comments

Comments
 (0)