diff --git a/src/SlotDbClient.php b/src/SlotDbClient.php index c0da8fb..4570f14 100644 --- a/src/SlotDbClient.php +++ b/src/SlotDbClient.php @@ -8,10 +8,9 @@ use Psr\Http\Message\ResponseInterface; class SlotDbClient { - private string $server = "http://127.0.0.1:8080"; - public function __construct( - private readonly ClientInterface $client + private readonly ClientInterface $client, + private readonly string $server, ) {