diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2017-01-10 09:17:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-10 09:17:42 -0500 |
commit | 36afb9f3fe8e8fc5f261708c43378b510be64e5e (patch) | |
tree | e01220fe29b9cf8cc151f9cc8785496f8fa2cd33 /examples/bootstrap.php | |
parent | f4cb5267c58cbd0b3a4bd06d22aca5c52c2ff765 (diff) | |
parent | 6bcfbd1a29015b318e86c435a11cab9607560125 (diff) | |
download | php-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.php | 4 |
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); |