Skip to content

Commit

Permalink
Fixed a fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
xxAROX committed Oct 18, 2023
1 parent bdddf22 commit 5a21a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xxAROX/PresenceMan/entity/ApiActivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function serialize(): string{
])] public function json_serialize(): array{
return [
'client_id' => PresenceMan::$CLIENT_ID,
'type' => $this->type->name(),
'type' => $this->type->value,
'state' => $this->state,
'details' => $this->details,
'end' => $this->end,
Expand Down

0 comments on commit 5a21a06

Please sign in to comment.