Fix serialization

This commit is contained in:
Dennis Eichhorn 2022-11-23 20:44:07 +01:00
parent 149896a220
commit fc964b62d6

View File

@ -44,12 +44,4 @@ final class NullTask extends Task
{
return ['id' => $this->id];
}
/**
* {@inheritdoc}
*/
public function jsonSerialize() : mixed
{
return ['id' => $this->id];
}
}