????
Current Path : /home/thenclexdoctor.com/public_html/app/Models/Api/ |
Current File : /home/thenclexdoctor.com/public_html/app/Models/Api/WebinarAssignmentHistoryMessage.php |
<?php namespace App\Models\Api; use App\Models\Api\Traits\UploaderTrait; use App\Models\WebinarAssignmentHistoryMessage as Model; class WebinarAssignmentHistoryMessage extends Model { use UploaderTrait; public function setFilePathAttribute($value) { $path = $this->storage($value); $this->attributes['file_path'] = $path; } }
Sorry, this page is not available...