mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
small fix
This commit is contained in:
@@ -108,29 +108,6 @@ class Audit extends Event
|
||||
return $this->ip;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set description for this audit event
|
||||
*
|
||||
* @param string $event
|
||||
* @return self
|
||||
*/
|
||||
public function setEvent(string $event): self
|
||||
{
|
||||
$this->event = $event;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the audit event description.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getEvent(): string
|
||||
{
|
||||
return $this->event;
|
||||
}
|
||||
|
||||
/**
|
||||
* Executes the event and sends it to the audit worker.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user