mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: path and method
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user