diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-09-19 14:29:17 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-09-19 14:29:17 +0200 |
commit | 2ae0c2fa2a0bb5a7cd1fd9da1c6d2a6090126e67 (patch) | |
tree | f8cd230b33f36cbee57df276e52f1d393c296e13 /src/Events/PresenceEvent.php | |
parent | a20d44d64f02f86d23cba1f1a886352c5f744a1a (diff) |
sending messages creates message event in database
Diffstat (limited to 'src/Events/PresenceEvent.php')
-rw-r--r-- | src/Events/PresenceEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Events/PresenceEvent.php b/src/Events/PresenceEvent.php index e3a54b3..cd230c5 100644 --- a/src/Events/PresenceEvent.php +++ b/src/Events/PresenceEvent.php @@ -19,7 +19,7 @@ class PresenceEvent extends Event parent::__construct(EventType::PRESENCE); } - public function fromJson(string $json): static + public function fromJson(string $json): self { } |