diff --git a/SFAPIclient/SFAPIclient.php b/SFAPIclient/SFAPIclient.php index 8463ebc..19f9cd9 100755 --- a/SFAPIclient/SFAPIclient.php +++ b/SFAPIclient/SFAPIclient.php @@ -1,15 +1,15 @@ * @version 1.31 * @link https://github.com/superfaktura/docs */ + +if (!class_exists('Requests')) { + require_once('Requests.php'); +} + class SFAPIclient { protected