????

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/ForumRecommendedTopic.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

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


    public function topics()
    {
        return $this->belongsToMany('App\Models\ForumTopic', 'forum_recommended_topic_items',
            'recommended_topic_id', 'topic_id');
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...