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