shell bypass 403

UnknownSec Shell


name : CertificateRecord.php
<?php

namespace Modules\Certificate\Entities;

use App\User;
use App\Traits\Tenantable;
use Illuminate\Database\Eloquent\Model;
use Modules\CourseSetting\Entities\Course;

class CertificateRecord extends Model
{
    use Tenantable;
    protected $fillable = [];

    public function course()
    {
        return $this->belongsTo(Course::class, 'course_id', 'id')->withDefault();
    }

    public function student()
    {
        return $this->belongsTo(User::class, 'student_id', 'id')->withDefault();
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password