shell bypass 403

UnknownSec Shell


name : SocialLink.php
<?php

namespace Modules\SystemSetting\Entities;

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

class SocialLink extends Model
{

    use Tenantable;
    protected $fillable = [];


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

© 2025 UnknownSec
afwwrfwafr45458465
Password