Skip to content

Commit

Permalink
Update server installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Mar 5, 2024
1 parent 81512bb commit fadff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Boarding/Index.php
Expand Up @@ -199,7 +199,7 @@ public function saveServer()
}
public function installServer()
{
$this->dispatch('validateServer', true);
$this->dispatch('init', true);
}
public function validateServer()
{
Expand Down

0 comments on commit fadff79

Please sign in to comment.