diff options
author | Vincent Song <vincent.wsong@gmail.com> | 2016-06-10 11:28:48 -0400 |
---|---|---|
committer | Vincent Song <vincent.wsong@gmail.com> | 2016-06-10 11:28:48 -0400 |
commit | 327bd6f33274e7e6d5714467fcd11a24b6747447 (patch) | |
tree | 03f400fa265be8e0b1999f0d09382955b11f3c7c | |
parent | 3e2a3b21d11ca3a1b4d1564547ce0094596344eb (diff) | |
download | php-sparkpost-327bd6f33274e7e6d5714467fcd11a24b6747447.zip php-sparkpost-327bd6f33274e7e6d5714467fcd11a24b6747447.tar.gz php-sparkpost-327bd6f33274e7e6d5714467fcd11a24b6747447.tar.bz2 |
Removed test functions
-rw-r--r-- | lib/SparkPost/Resource.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/SparkPost/Resource.php b/lib/SparkPost/Resource.php index 2cc5aa7..9f59d27 100644 --- a/lib/SparkPost/Resource.php +++ b/lib/SparkPost/Resource.php @@ -23,8 +23,4 @@ class Resource echo $payload; return $this->sparkpost->request('POST', $endpoint, $payload); } - - public function test(){ - echo "TEST"; - } } |