diff options
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 { } |