[qBitTorrent] Don't forget to require the helpers

This commit is contained in:
Alex Thomassen 2024-04-18 20:29:58 +00:00
parent 532ca4ff15
commit 32dfc69be0
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -2,6 +2,7 @@
namespace Decicus\qBitTorrent;
require_once __DIR__ . '/../common.php';
require_once __DIR__ . '/Helpers.php';
use GuzzleHttp\Client as HttpClient;
use GuzzleHttp\Cookie\CookieJar;