mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: fix tests
This commit is contained in:
@@ -181,6 +181,18 @@ class Func extends Event
|
||||
return $this->jwt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets JWT for the function event.
|
||||
*
|
||||
* @param string $jwt
|
||||
* @return self
|
||||
*/
|
||||
public function setJWT(string $jwt): self
|
||||
{
|
||||
$this->jwt = $jwt;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare payload for the function event.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user