summaryrefslogtreecommitdiffstats
path: root/examples/bootstrap.php
diff options
context:
space:
mode:
authornornholdj <nornholdj@gmail.com>2014-11-04 17:42:49 -0500
committernornholdj <nornholdj@gmail.com>2014-11-04 17:42:49 -0500
commit39f2699a7e7850397882a6d2ee3a8438a105b72d (patch)
treeca192a9ea0084b7f59807ff5fd3c262bb05ebb6d /examples/bootstrap.php
parent5d346d241fc0d0b565d7aa6ce0179a5da4c73dc0 (diff)
parent2a35edc5094276f9a9b1566bdb678386fae14d3d (diff)
downloadphp-sparkpost-39f2699a7e7850397882a6d2ee3a8438a105b72d.zip
php-sparkpost-39f2699a7e7850397882a6d2ee3a8438a105b72d.tar.gz
php-sparkpost-39f2699a7e7850397882a6d2ee3a8438a105b72d.tar.bz2
Merge branch 'feature/MA-946' into develop
Diffstat (limited to 'examples/bootstrap.php')
-rw-r--r--examples/bootstrap.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/bootstrap.php b/examples/bootstrap.php
new file mode 100644
index 0000000..8a5f839
--- /dev/null
+++ b/examples/bootstrap.php
@@ -0,0 +1,3 @@
+<?php
+ require_once dirname(__FILE__).'/../vendor/autoload.php';
+?> \ No newline at end of file