diff --git a/src/Config/Connector/OvhConnector.php b/src/Config/Connector/OvhConnector.php index 0f666f9..c7e46b1 100644 --- a/src/Config/Connector/OvhConnector.php +++ b/src/Config/Connector/OvhConnector.php @@ -5,7 +5,6 @@ namespace App\Config\Connector; use App\Entity\Domain; use DateTime; use Exception; -use Ovh\Api; readonly class OvhConnector implements ConnectorInterface { @@ -119,7 +118,7 @@ readonly class OvhConnector implements ConnectorInterface ) throw new Exception("Bad authData schema"); - $conn = new Api( + $conn = new \Ovh\Api( $appKey, $appSecret, $apiEndpoint,