????
Current Path : /home/thenclexdoctor.com/public_html/app/Models/Api/ |
Current File : /home/thenclexdoctor.com/public_html/app/Models/Api/QuizzesQuestionsAnswer.php |
<?php namespace App\Models\Api ; use App\Models\QuizzesQuestionsAnswer as WebQuizzesQuestionsAnswer; class QuizzesQuestionsAnswer extends WebQuizzesQuestionsAnswer{ public function getDetailsAttribute(){ return [ 'id'=>$this->id , 'title'=>$this->title , 'correct'=>$this->correct , 'image'=>($this->image)?url($this->image):null , 'created_at'=>$this->created_at , 'updated_at'=>$this->updated_at , ] ; } }
Sorry, this page is not available...