Skip to content

Commit

Permalink
fix server reinstall action
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Jan 9, 2025
1 parent d088e79 commit cf67537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Server/Pages/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function form(Form $form): Form
$server->fill(['status' => ServerState::Installing])->save();

try {
$serverRepository->reinstall();
$serverRepository->setServer($server)->reinstall();
} catch (Exception $exception) {
report($exception);

Expand Down

0 comments on commit cf67537

Please sign in to comment.