The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by TwentyTwoDigital\CashierFastspring\Events\Base: $relations, $class, $connection, $keyBy
Loading history...
10
11
/**
12
* Create a new event instance.
13
*
14
* @param string $id
15
* @param string $type
16
* @param bool $live
17
* @param bool $processed
18
* @param int $created
19
* @param array $data
20
*
21
* @return void
22
*/
23
9
public function __construct($id, $type, $live, $processed, $created, $data)