tests pass!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user