Pix Lib and Validations #2

Merged
bacarin merged 32 commits from bacarin/phpkore:master into master 2025-07-11 18:33:17 +00:00
Showing only changes of commit 0bcfded7c7 - Show all commits

View file

@ -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)
{