Use global namespace+minor fixes

This commit is contained in:
Dennis Eichhorn 2019-02-04 22:29:55 +01:00
parent 0708281114
commit 001b8617d5

View File

@ -27,6 +27,9 @@ class Log implements \JsonSerializable
return [];
}
/**
* {@inheritdoc}
*/
public function jsonSerialize()
{
return $this->toArray();