Various updates
This commit is contained in:
@ -169,4 +169,8 @@ class Attachment implements Model
|
||||
'decrypted' => $this->isDecrypted()
|
||||
];
|
||||
}
|
||||
}
|
||||
public function jsonSerialize(): mixed
|
||||
{
|
||||
return $this->toArray();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user