shell bypass 403

UnknownSec Shell


name : Language.php
<?php

namespace Modules\Localization\Entities;

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

class Language extends Model
{
    use Tenantable;

    protected $guarded = [];

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

    public static function boot()
    {
        parent::boot();
        self::created(function ($model) {
            Cache::forget('LanguageList_' . SaasDomain());
        });
        self::updated(function ($model) {
            Cache::forget('LanguageList_' . SaasDomain());
        });
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password