The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\ContentUpdated: $relations, $class, $connection, $keyBy
Loading history...
13
14
public $id;
15
public $entity;
16
17
/**
18
* Create a new event instance.
19
*
20
* @param array $id
21
* @param Entity $entity
22
* @return void
23
*/
24
public function __construct(array $id, Entity $entity)