????

Your IP : 18.219.80.142


Current Path : /home/thenclexdoctor.com/public_html/app/Models/Api/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/app/Models/Api/WebinarReport.php

<?php

namespace App\Models\Api;

use Illuminate\Database\Eloquent\Model;

class WebinarReport extends Model
{
    //
    public function getDetailsAttribute(){
        return [
            'id'=>$this->id ,
            'reason'=>$this->reason ,
            'message'=>$this->message ,
            'created_at'=>$this->created_at ,
            'user'=>$this->user->brief??null ,
            'webinar'=>$this->webinar->brief??null 

        ] ;
    }

    public function user()
    {
        return $this->belongsTo('App\Models\Api\User', 'user_id', 'id');
    }

    public function webinar()
    {
        return $this->belongsTo('App\Models\Api\Webinar', 'webinar_id', 'id');
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...