pint
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace App\Http\Integrations\Connectors;
|
namespace App\Http\Integrations\Connectors;
|
||||||
|
|
||||||
use App\Models\Provider;
|
|
||||||
use Saloon\Http\Connector;
|
use Saloon\Http\Connector;
|
||||||
|
|
||||||
class HetznerConnector extends Connector
|
class HetznerConnector extends Connector
|
||||||
|
|||||||
@@ -24,12 +24,13 @@ class HetznerService extends ServerProviderService
|
|||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->connector = new HetznerConnector();
|
$this->connector = new HetznerConnector;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function forProvider(Provider $provider): static
|
public function forProvider(Provider $provider): static
|
||||||
{
|
{
|
||||||
$this->provider = $provider;
|
$this->provider = $provider;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user