chore(travis): fix namespacing issues

This commit is contained in:
Ahmad Nassri
2016-02-24 23:12:45 -05:00
parent eb470e929c
commit 825cee7dc7

View File

@@ -2,6 +2,8 @@
namespace Unirest;
use Unirest\Method as Method;
use Unirest\Response as Response;
use Unirest\Exception as Exception;
class Request