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