mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 12:39:07 +00:00
Update examples with autoloading
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require '../src/Curl/Curl.php';
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
use \Curl\Curl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user