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

File "UsersDeleted.php"

Full Path: /home/markqprx/iniasli.pro/Auth/Events/UsersDeleted.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Common\Auth\Events;

use Illuminate\Database\Eloquent\Collection;

class UsersDeleted
{
    public Collection $users;

    public function __construct(Collection $users)
    {
        $this->users = $users;
    }
}