root password comes from hetzner, not me

This commit is contained in:
2025-03-30 13:35:23 +00:00
parent 0d310c2135
commit 2462d1b709
4 changed files with 2 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ abstract class ServerProviderService
string $serverType,
string $location,
string $image,
string $rootPassword,
): CreatedServer;
abstract public function getServerTypes(): Collection;