shell bypass 403

UnknownSec Shell


name : Currency.php
<?php

namespace Modules\SystemSetting\Entities;

use App\Traits\Tenantable;
use Illuminate\Database\Eloquent\Model;
use Rennokki\QueryCache\Traits\QueryCacheable;

class Currency extends Model
{

use Tenantable;
    protected $fillable = [];

    protected $hidden = ['id', 'created_at', 'updated_at'];

    public function user()
    {
        return $this->hasOne('App\User','currency_id','id');
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password