Skip to content

Commit

Permalink
added public properties to Events\Base to fix bug with Laravel Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dowmeister committed Feb 28, 2023
1 parent 2560ee9 commit 818c331
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Events/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ class Base
{
use SerializesModels;

public $id;
public $type;
public $live;
public $processed;
public $created;
public $data;

/**
* Create a new event instance.
*
Expand Down

0 comments on commit 818c331

Please sign in to comment.