File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,12 @@ class Client
5757
5858 protected $ isService = false ;
5959
60- protected $ responseBody ;
61-
6260 public function __construct ()
6361 {
6462 $ apiKey = $ this ->getApiKey ();
6563
6664 $ this ->client = new GuzzleClient ();
6765 $ this ->apiKey = $ apiKey ;
68- $ this ->responseBody = null ;
6966
7067 // Set up the Ids
7168 $ this ->setUpFormatted ();
Original file line number Diff line number Diff line change @@ -11,14 +11,12 @@ class App extends Client
1111 /**
1212 * @var bool
1313 */
14- private $ collection ;
1514
16- public function __construct ($ collection = false )
15+ public function __construct ()
1716 {
1817 parent ::__construct ();
1918 $ this ->url = 'http://store.steampowered.com/ ' ;
2019 $ this ->interface = 'api ' ;
21- $ this ->collection = $ collection ;
2220 }
2321
2422 /**
You can’t perform that action at this time.
0 commit comments