add drone as parameter to Kore main lib
This commit is contained in:
parent
bfe904943c
commit
0bcfded7c7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Kore
|
||||||
{
|
{
|
||||||
private $url = 'https://httpbin.org';
|
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)
|
public function signBody(string|array $body, string|bool $password = false)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue