The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\PaymentGateway: $id, $relations, $class, $connection, $keyBy
Loading history...
10
11
public $para;
12
13
/**
14
* Create a new event instance.
15
*
16
* @return void
17
*/
18
public function __construct($para)
19
{
20
$this->para = $para;
21
}
22
23
/**
24
* Get the channels the event should be broadcast on.