The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Orkhanahmadov\YandexCheckout\Events\CheckoutEvent: $id, $relations, $class, $connection, $keyBy
Loading history...
13
14
/**
15
* @var YandexCheckout
16
*/
17
public $yandexCheckout;
18
19
/**
20
* Create a new event instance.
21
*
22
* @param YandexCheckout $yandexCheckout
23
*/
24
public function __construct(YandexCheckout $yandexCheckout)