????

Your IP : 18.224.32.173


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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

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

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

    public function getDownloadUrl($assignmentId)
    {
        return "/course/assignment/{$assignmentId}/history/{$this->assignment_history_id}/message/{$this->id}/downloadAttach";
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...