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