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