Skip to content

Commit

Permalink
Merge pull request #100 from microsoftgraph/removeUnusedMember
Browse files Browse the repository at this point in the history
Removed unused $guzzleClient. Fixes #99.
  • Loading branch information
MIchaelMainer authored Sep 19, 2018
2 parents 05b5a2d + 2bf1c8d commit 2a231d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/Core/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class GraphConstants
const REST_ENDPOINT = "https://graph.microsoft.com/";

// Define HTTP request constants
const SDK_VERSION = "1.3.2";
const SDK_VERSION = "1.4.0";

// Define error constants
const MAX_PAGE_SIZE = 999;
Expand Down
6 changes: 0 additions & 6 deletions src/Http/GraphRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ class GraphRequest
*/
protected $endpoint;
/**
* The Guzzle client used to make the HTTP request
*
* @var Client
*/
protected $guzzleClient;
/**
* An array of headers to send with the request
*
* @var array(string => string)
Expand Down

0 comments on commit 2a231d1

Please sign in to comment.