Skip to content

Commit

Permalink
Merge pull request #40 from ChargeMap/master
Browse files Browse the repository at this point in the history
Fix ErrorException "Deprecated: Creation of dynamic …
  • Loading branch information
aflanagan authored May 15, 2023
2 parents 3f12780 + 0d355d8 commit fc3c5d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Client
public $apiKey;
public $apiVersion;
public $monitors;
public $environment;

public function __construct($apiKey, $apiVersion = null, $environment = null)
{
Expand Down

0 comments on commit fc3c5d1

Please sign in to comment.