diff options
author | Jordan Nornhold <nornholdj@gmail.com> | 2015-10-10 10:10:24 -0400 |
---|---|---|
committer | Jordan Nornhold <nornholdj@gmail.com> | 2015-10-10 10:10:24 -0400 |
commit | 7c39c1e35afb32845859289e8a0cd8eaceece5f2 (patch) | |
tree | a3b7e904158fe2145673a1d54676672096675a5f /examples/bootstrap.php | |
parent | c2e4758d8df8cf7e20451ea3196f2dc918e245e1 (diff) | |
parent | 63022bf7bceb6aa7116159fd347be769594fa8b4 (diff) | |
download | php-sparkpost-7c39c1e35afb32845859289e8a0cd8eaceece5f2.zip php-sparkpost-7c39c1e35afb32845859289e8a0cd8eaceece5f2.tar.gz php-sparkpost-7c39c1e35afb32845859289e8a0cd8eaceece5f2.tar.bz2 |
Merge pull request #22 from SparkPost/http-adapter-update
Http adapter update
Diffstat (limited to 'examples/bootstrap.php')
-rw-r--r-- | examples/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bootstrap.php b/examples/bootstrap.php index 8a5f839..774b159 100644 --- a/examples/bootstrap.php +++ b/examples/bootstrap.php @@ -1,3 +1,3 @@ <?php - require_once dirname(__FILE__).'/../vendor/autoload.php'; + require_once dirname(__FILE__).'/../vendor/autoload.php'; ?>
\ No newline at end of file |