The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Shetabit\Payment\Events\InvoicePurchasedEvent: $id, $relations, $class, $connection, $keyBy
Loading history...
14
15
public $driver;
16
public $invoice;
17
18
/**
19
* InvoicePurchasedEvent constructor.
20
*
21
* @param DriverInterface $driver
22
* @param Invoice $invoice
23
*/
24
public function __construct(DriverInterface $driver, Invoice $invoice)