????

Your IP : 18.117.151.234


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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class CourseForumAnswer extends Model
{
    protected $table = 'course_forum_answers';
    protected $guarded = ['id'];
    public $timestamps = false;

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

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...