The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\GedComProgressSent: $id, $relations, $class, $connection, $keyBy
Loading history...
16
17
public $slug;
18
public $total;
19
public $complete;
20
21
22
/**
23
* Create a new event instance.
24
*
25
* @return void
26
*/
27
public function __construct($slug, $total, $complete)