mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Fix class casing
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e0118b7406
commit
7b77f23ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ class Message {
|
|||
if ($format === 'json' && empty($reactions)) {
|
||||
// Cheating here to make sure the reactions array is always a
|
||||
// JSON object on the API, even when there is no reaction at all.
|
||||
$reactions = new \StdClass();
|
||||
$reactions = new \stdClass();
|
||||
}
|
||||
|
||||
$data = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue