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