Update examples with autoloading

This commit is contained in:
Zach Borboa
2015-10-23 22:18:16 -07:00
parent 56940ca3b0
commit eda9043170
36 changed files with 36 additions and 44 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
require '../src/Curl/Curl.php';
require __DIR__ . '/vendor/autoload.php';
use \Curl\Curl;