public function setClient()

in src/TransportBuilder.php [51:55]


    public function setClient(ClientInterface $client): self
    {
        $this->client = $client;
        return $this;
    }