Various updates
This commit is contained in:
@ -58,4 +58,8 @@ class Job implements Model
|
||||
'executed' => $this->isExecuted()
|
||||
];
|
||||
}
|
||||
}
|
||||
public function jsonSerialize(): mixed
|
||||
{
|
||||
return $this->toArray();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user