mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-15 14:18:41 +00:00
Fix serialization
This commit is contained in:
parent
149896a220
commit
fc964b62d6
|
|
@ -44,12 +44,4 @@ final class NullTask extends Task
|
||||||
{
|
{
|
||||||
return ['id' => $this->id];
|
return ['id' => $this->id];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function jsonSerialize() : mixed
|
|
||||||
{
|
|
||||||
return ['id' => $this->id];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user