mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 00:09:24 +03:00
Deprecate SSL functions (#179)
This commit is contained in:
parent
3aeb602406
commit
359c6001d4
@ -54,6 +54,7 @@ class RestClient
|
||||
* If we should use SSL or not.
|
||||
*
|
||||
* @var bool
|
||||
* @deprecated To be removed in 3.0
|
||||
*/
|
||||
protected $sslEnabled = true;
|
||||
|
||||
@ -351,6 +352,7 @@ class RestClient
|
||||
* @param bool $sslEnabled
|
||||
*
|
||||
* @return RestClient
|
||||
* @deprecated To be removed in 3.0
|
||||
*/
|
||||
public function setSslEnabled($sslEnabled)
|
||||
{
|
||||
|
@ -173,6 +173,7 @@ class Mailgun
|
||||
* @param bool $sslEnabled
|
||||
*
|
||||
* @return Mailgun
|
||||
* @deprecated This will be removed in 3.0. Mailgun does not support non-secure connections to their API.
|
||||
*/
|
||||
public function setSslEnabled($sslEnabled)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user