The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Conner\Tagging\Events\TagRemoved: $collectionClass, $id, $relations, $class, $connection, $keyBy
Loading history...
12
13
/** @var Taggable|Model * */
14
public $model;
15
16
/*** @var string */
17
public $tagSlug;
18
19
/**
20
* Create a new event instance.
21
*
22
* @param Taggable|Model $model
23
*/
24
public function __construct($model, string $tagSlug)