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
* Create a new event instance.
23
*
24
* @return void
25
*/
26
public function __construct($slug, $total, $complete)