mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-03 03:08:41 +00:00
fix phpstan
This commit is contained in:
parent
70006dfaf3
commit
0e479606d1
|
|
@ -237,4 +237,12 @@ class Comment
|
|||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function jsonSerialize() : array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user