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

File "ActiveSession-20260314141555.php"

Full Path: /home/markqprx/iniasli.pro/Auth/ActiveSession-20260314141555.php
File size: 290 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Common\Auth;

use Illuminate\Database\Eloquent\Model;

class ActiveSession extends Model
{
    protected $guarded = ['id'];

    const MODEL_TYPE = 'active_session';

    public static function getModelTypeAttribute(): string
    {
        return self::MODEL_TYPE;
    }
}