Lw\Infrastructure\Service\HttpUserAdapter::__construct PHP Method

__construct() public method

public __construct ( Client $client )
$client GuzzleHttp\Client
    public function __construct(Client $client)
    {
        $this->client = $client;
    }