summaryrefslogtreecommitdiffstats
path: root/examples/bootstrap.php
diff options
context:
space:
mode:
authorAvi Goldman <avrahamymgoldman@gmail.com>2017-01-10 09:17:42 -0500
committerGitHub <noreply@github.com>2017-01-10 09:17:42 -0500
commit36afb9f3fe8e8fc5f261708c43378b510be64e5e (patch)
treee01220fe29b9cf8cc151f9cc8785496f8fa2cd33 /examples/bootstrap.php
parentf4cb5267c58cbd0b3a4bd06d22aca5c52c2ff765 (diff)
parent6bcfbd1a29015b318e86c435a11cab9607560125 (diff)
downloadphp-sparkpost-36afb9f3fe8e8fc5f261708c43378b510be64e5e.zip
php-sparkpost-36afb9f3fe8e8fc5f261708c43378b510be64e5e.tar.gz
php-sparkpost-36afb9f3fe8e8fc5f261708c43378b510be64e5e.tar.bz2
added attachment example
added attachment example
Diffstat (limited to 'examples/bootstrap.php')
-rw-r--r--examples/bootstrap.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/bootstrap.php b/examples/bootstrap.php
index 1110ed3..688d53e 100644
--- a/examples/bootstrap.php
+++ b/examples/bootstrap.php
@@ -1,7 +1,3 @@
<?php
require_once dirname(__FILE__).'/../vendor/autoload.php';
-
-//pull in library options
-$optionsFile = file_get_contents(dirname(__FILE__).'/example-options.json');
-$options = json_decode($optionsFile, true);