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:
parent
1740bf408b
commit
b21dad59e6
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user