| Total Complexity | 3 | 
| Total Lines | 16 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 27 | class ApplicantProfileQuestion extends BaseModel { | 
            ||
| 28 | |||
| 29 | protected $fillable = [];  | 
            ||
| 30 | |||
| 31 |     public function applicant_profile_answers() { | 
            ||
| 32 | return $this->hasMany(\App\Models\ApplicantProfileAnswer::class);  | 
            ||
| 33 | }  | 
            ||
| 34 | |||
| 35 | // Accessors  | 
            ||
| 36 | |||
| 37 |     public function getQuestionAttribute() { | 
            ||
| 39 | }  | 
            ||
| 40 | |||
| 41 |     public function getDescriptionAttribute() { | 
            ||
| 46 |