Update server installation method
This commit is contained in:
parent
81512bb3b7
commit
fadff798a7
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ public function saveServer()
|
||||||
}
|
}
|
||||||
public function installServer()
|
public function installServer()
|
||||||
{
|
{
|
||||||
$this->dispatch('validateServer', true);
|
$this->dispatch('init', true);
|
||||||
}
|
}
|
||||||
public function validateServer()
|
public function validateServer()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue