From c1298112fabb4ca29aa0b9d31e8b8576e9c9bf22 Mon Sep 17 00:00:00 2001 From: hakito Date: Sun, 6 Oct 2013 20:49:49 +0200 Subject: [PATCH] Fix path in bootstrap for samples when installed via composer When installing the SDK as recommended via composer, the samples don't work because it can not find the autloader of composer --- sample/bootstrap.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/sample/bootstrap.php b/sample/bootstrap.php index 4d37165..2b28aa0 100644 --- a/sample/bootstrap.php +++ b/sample/bootstrap.php @@ -1,17 +1,20 @@