From 0bcfded7c78ecaf3c42b69f9e65bb4d822f4e55a Mon Sep 17 00:00:00 2001 From: Eduardo Bacarin Date: Thu, 3 Jul 2025 17:13:01 -0300 Subject: [PATCH] add drone as parameter to Kore main lib --- src/Kore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kore.php b/src/Kore.php index 7610ad5..2c15dcb 100644 --- a/src/Kore.php +++ b/src/Kore.php @@ -8,7 +8,7 @@ class Kore { private $url = 'https://httpbin.org'; - public function __construct(public $privateKey) {} + public function __construct(public $privateKey, public $drone) {} public function signBody(string|array $body, string|bool $password = false) {