Implement serializable properly.
This commit is contained in:
parent
1960905877
commit
fae28a35ec
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ namespace Benzine\Workers;
|
|||
|
||||
use Benzine\ORM\Abstracts\Model;
|
||||
|
||||
class WorkerWorkItem implements \Serializable
|
||||
class WorkerWorkItem
|
||||
{
|
||||
protected array $data;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue