????
Current Path : /home/thenclexdoctor.com/public_html/app/Models/ |
Current File : /home/thenclexdoctor.com/public_html/app/Models/ForumTopicLike.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class ForumTopicLike extends Model { protected $table = 'forum_topic_likes'; public $timestamps = false; protected $dateFormat = 'U'; protected $guarded = ['id']; }
Sorry, this page is not available...