diff options
author | Vincent Song <vincent.wsong@gmail.com> | 2016-06-10 14:39:10 -0400 |
---|---|---|
committer | Vincent Song <vincent.wsong@gmail.com> | 2016-06-10 14:39:10 -0400 |
commit | 4ad4528c9a6a6680ed745a23a959968cf5538048 (patch) | |
tree | b29a47d368d868665ed882f243e2b2b06ce3254c /lib/SparkPost/Resource.php | |
parent | d6970a3ecaef6c87228e63a17dab79d590f31a1c (diff) | |
download | php-sparkpost-4ad4528c9a6a6680ed745a23a959968cf5538048.zip php-sparkpost-4ad4528c9a6a6680ed745a23a959968cf5538048.tar.gz php-sparkpost-4ad4528c9a6a6680ed745a23a959968cf5538048.tar.bz2 |
Minor bugfixes
Diffstat (limited to 'lib/SparkPost/Resource.php')
-rw-r--r-- | lib/SparkPost/Resource.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SparkPost/Resource.php b/lib/SparkPost/Resource.php index 9f59d27..d08a388 100644 --- a/lib/SparkPost/Resource.php +++ b/lib/SparkPost/Resource.php @@ -7,7 +7,7 @@ class Resource protected $sparkpost; protected $endpoint; - public function __constructor(SparkPost $sparkpost, $endpoint) + public function __construct(SparkPost $sparkpost, $endpoint) { $this->sparkpost = $sparkpost; $this->endpoint = $endpoint; |