????

Your IP : 18.220.118.29


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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class WebinarPartnerTeacher extends Model
{
    protected $table = 'webinar_partner_teacher';

    public $timestamps = false;

    protected $guarded = ['id'];

    public function teacher()
    {
        return $this->belongsTo('App\User', 'teacher_id', 'id');
    }

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


Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...