修改为 复数

This commit is contained in:
iVampireSP.com 2023-01-13 22:41:28 +08:00
parent 504251badc
commit db6f14ab79
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -67,7 +67,7 @@ public function toArray(): array
return [
'title' => $this->title,
'content' => $this->content,
'event' => 'notification',
'event' => 'notifications',
];
}
}