shell bypass 403

UnknownSec Shell


name : FooterCategory.php
<?php

namespace Modules\SystemSetting\Entities;

use App\Traits\Tenantable;
use Illuminate\Database\Eloquent\Model;
use Rennokki\QueryCache\Traits\QueryCacheable;
use Modules\SystemSetting\Entities\FooterContent;

class FooterCategory extends Model
{
    use Tenantable;

    protected $fillable = ['title','description','placeholder'];

    public function contents()
    {
        return $this->hasMany(FooterContent::class);
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password