mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 10:33:18 +01:00
Adding a shim back for enableMagicMethods() to prevent BC
This commit is contained in:
parent
fadf7e2371
commit
2ef1b4d7ef
@ -278,4 +278,9 @@ class Client extends HttpClient implements ClientInterface
|
|||||||
|
|
||||||
return $this->commandFactory;
|
return $this->commandFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
|
public function enableMagicMethods($isEnabled) {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user