shell bypass 403

UnknownSec Shell


name : CourseCommentReply.php
<?php

namespace Modules\CourseSetting\Entities;

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

class CourseCommentReply extends Model
{


    protected $fillable = [];

    protected $appends =['replyDate'];


    public function user(){

        return $this->belongsTo(User::class,'user_id' )->withDefault();
    }

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

© 2025 UnknownSec
afwwrfwafr45458465
Password