shell bypass 403

UnknownSec Shell


name : ErrorLog.php
<?php

namespace Modules\Setting\Entities;

use App\User;
use App\Traits\Tenantable;
use Illuminate\Database\Eloquent\Model;

class ErrorLog extends Model
{
    use Tenantable;
    protected $guarded = ['id', 'created_at', 'updated_at'];

    public function user()
    {

        return $this->belongsTo(User::class, 'user_id', 'id')->withDefault([
            'name' => ''
        ]);

    }
    protected static function boot()
    {
        parent::boot();

    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password