diff options
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 |