The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Coyote\Events\ForumSaved: $id, $relations, $class, $connection, $keyBy
Loading history...
11
12
/**
13
* @var Forum
14
*/
15
public $forum;
16
17
/**
18
* @var array
19
*/
20
public $original;
21
22
/**
23
* ForumWasSaved constructor.
24
* @param Forum $forum
25
* @param array $original
26
*/
27
public function __construct(Forum $forum, array $original = [])