feat: revalidate server

This commit is contained in:
Andras Bacsai
2024-02-15 13:52:54 +01:00
parent bfb0260550
commit a9ea6330d9
2 changed files with 11 additions and 3 deletions

View File

@@ -68,6 +68,9 @@ class Form extends Component
return handleError($e, $this);
}
}
public function revalidate() {
$this->validateServer();
}
public function checkLocalhostConnection()
{
$uptime = $this->server->validateConnection();