JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "SocialConnected.php"

Full Path: /home/markqprx/iniasli.pro/common-20260222054824/Auth/Events/SocialConnected.php
File size: 176 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Common\Auth\Events;

use App\Models\User;

class SocialConnected
{
    public function __construct(public User $user, public string $socialName)
    {
    }
}