shell bypass 403

UnknownSec Shell


name : Message.php
<?php

namespace Modules\SystemSetting\Entities;

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

class Message extends Model
{


    protected $fillable = [];

    protected $appends =['messageFormat'];

    public function sender()
    {
    	return $this->belongsTo(User::class,'sender_id')->withDefault();
    }

    public function reciever()
    {
    	return $this->belongsTo(User::class,'reciever_id')->withDefault();
    }

    public function getmessageFormatAttribute()
    {
        return Carbon::parse($this->created_at)->diffForHumans();
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password