@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Blocktrail\SDK\BlocktrailSDK; |
| 4 | 4 | |
| 5 | -require_once __DIR__ . "/../vendor/autoload.php"; |
|
| 5 | +require_once __DIR__."/../vendor/autoload.php"; |
|
| 6 | 6 | |
| 7 | 7 | /* |
| 8 | 8 | This simple example shows how to get the payload when your webhook is called. |
@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Blocktrail\SDK\BlocktrailSDK; |
| 4 | 4 | |
| 5 | -require_once __DIR__ . "/../vendor/autoload.php"; |
|
| 5 | +require_once __DIR__."/../vendor/autoload.php"; |
|
| 6 | 6 | |
| 7 | 7 | /* |
| 8 | 8 | This simple example shows how to get the payload when your webhook is called. |