diff options
author | beardyman <nornholdj@gmail.com> | 2015-10-02 17:20:54 -0400 |
---|---|---|
committer | beardyman <nornholdj@gmail.com> | 2015-10-02 17:20:54 -0400 |
commit | 1c386dcd13af959f8bb98115751b75f214c4e409 (patch) | |
tree | cdf54bbcf41f87ee1edc0aad272a5101de06f0af /examples/transmission/get_all_transmissions.php | |
parent | 6818faa620c5b2e4f384d34e3156606938a2dbc1 (diff) | |
download | php-sparkpost-1c386dcd13af959f8bb98115751b75f214c4e409.zip php-sparkpost-1c386dcd13af959f8bb98115751b75f214c4e409.tar.gz php-sparkpost-1c386dcd13af959f8bb98115751b75f214c4e409.tar.bz2 |
Removed all tabs and replaced them with two spaces
Diffstat (limited to 'examples/transmission/get_all_transmissions.php')
-rw-r--r-- | examples/transmission/get_all_transmissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/transmission/get_all_transmissions.php b/examples/transmission/get_all_transmissions.php index 7baf4f1..73eed92 100644 --- a/examples/transmission/get_all_transmissions.php +++ b/examples/transmission/get_all_transmissions.php @@ -14,7 +14,7 @@ $httpAdapter = new Guzzle6HttpAdapter(new Client()); $sparky = new SparkPost($httpAdapter, ['key'=>$config['api-key']]); try { - $results = $sparky->transmission->all(); + $results = $sparky->transmission->all(); echo 'Congrats you can use your SDK!'; } catch (\Exception $exception) { echo $exception->getMessage(); |