for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GoCardlessPayment\Events;
use GoCardlessPro\Resources\Event;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;
class GoCardlessWebhookEventReceived
{
use Dispatchable, SerializesModels;
Illuminate\Queue\SerializesModels
GoCardlessPayment\Events...essWebhookEventReceived
$collectionClass
$id
$relations
$class
$connection
$keyBy
public Event $event;
public function __construct(Event $event)
$this->event = $event;
}