File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ composer require sendpulse/rest-api
3232require 'vendor/autoload.php';
3333
3434// Without Composer (and instead of "require 'vendor/autoload.php'"):
35- // require("your-path/sendpulse-rest-api-php/src/ApiInterface.php");
35+ // require("your-path/sendpulse-rest-api-php/src/Contracts/ ApiInterface.php");
3636// require("your-path/sendpulse-rest-api-php/src/ApiClient.php");
37- // require("your-path/sendpulse-rest-api-php/src/Storage /TokenStorageInterface.php");
37+ // require("your-path/sendpulse-rest-api-php/src/Contracts /TokenStorageInterface.php");
3838// require("your-path/sendpulse-rest-api-php/src/Storage/FileStorage.php");
3939// require("your-path/sendpulse-rest-api-php/src/Storage/SessionStorage.php");
4040// require("your-path/sendpulse-rest-api-php/src/Storage/MemcachedStorage.php");
You can’t perform that action at this time.
0 commit comments