modifying directory name to standard usage

This commit is contained in:
Ahmad Nassri
2014-12-17 22:38:46 -05:00
parent cda471ebdb
commit 6347fa33ee
7 changed files with 1 additions and 1 deletions

5
src/Unirest.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
require_once dirname(__FILE__) . '/Unirest/Method.php';
require_once dirname(__FILE__) . '/Unirest/Response.php';
require_once dirname(__FILE__) . '/Unirest/Request.php';