From 825cee7dc791564af02ec7dca889de3eb6ec706c Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 24 Feb 2016 23:12:45 -0500 Subject: [PATCH] chore(travis): fix namespacing issues --- src/Unirest/Request.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Unirest/Request.php b/src/Unirest/Request.php index d0a6313..a061b2e 100755 --- a/src/Unirest/Request.php +++ b/src/Unirest/Request.php @@ -2,6 +2,8 @@ namespace Unirest; +use Unirest\Method as Method; +use Unirest\Response as Response; use Unirest\Exception as Exception; class Request