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