tests pass!

This commit is contained in:
2025-04-07 19:06:37 +01:00
parent a5854c7a04
commit e8c8eeab18
8 changed files with 33 additions and 27 deletions

View File

@@ -4,6 +4,7 @@ namespace App\Services\ServerProviders;
use App\Data\ServerProviders\CreatedServer;
use App\Data\ServerProviders\Network;
use App\Models\Provider;
use Illuminate\Support\Collection;
use Saloon\Http\Connector;
@@ -19,6 +20,8 @@ abstract class ServerProviderService
string $networkId,
): CreatedServer;
abstract public function forProvider(Provider $provider): static;
abstract public function getServerTypes(): Collection;
abstract public function getLocations(): Collection;