1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-04-22 07:32:41 +02:00

Removing deprecated methods

This commit is contained in:
Michael Dowling 2015-05-20 15:49:42 -07:00
parent 1740bf408b
commit b21dad59e6

View File

@ -376,20 +376,4 @@ class Client implements ClientInterface
return $request;
}
/**
* @deprecated Use GuzzleHttp\Utils::getDefaultHandler
*/
public static function getDefaultHandler()
{
return Utils::getDefaultHandler();
}
/**
* @deprecated Use GuzzleHttp\Utils::getDefaultUserAgent
*/
public static function getDefaultUserAgent()
{
return Utils::getDefaultUserAgent();
}
}