Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-laravel/src/Events/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-laravel/src/Events/EmailOpened.php

<?php

namespace Resend\Laravel\Events;

use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;

class EmailOpened
{
    use Dispatchable, SerializesModels;

    /**
     * Create a new email opened event instance.
     */
    public function __construct(
        public array $payload
    ) {
        //
    }
}