1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

fix: path and method

This commit is contained in:
loks0n 2024-06-17 14:23:14 +01:00
parent 5f144f91ad
commit 67fddeb4fa

View file

@ -11,8 +11,8 @@ class Func extends Event
protected string $jwt = '';
protected string $type = '';
protected string $body = '';
protected string $path = '';
protected string $method = '';
protected ?string $path = null;
protected ?string $method = null;
protected array $headers = [];
protected ?string $functionId = null;
protected ?Document $function = null;