????
Current Path : /home/thenclexdoctor.com/public_html/app/Models/ |
Current File : /home/thenclexdoctor.com/public_html/app/Models/TextLessonAttachment.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class TextLessonAttachment extends Model { protected $table = 'text_lessons_attachments'; public $timestamps = false; protected $dateFormat = 'U'; protected $guarded = ['id']; public function file() { return $this->belongsTo('App\Models\File', 'file_id', 'id'); } }
Sorry, this page is not available...