IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/app/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/app/ExamQuestions.php

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class ExamQuestions extends Model
{
    protected $primaryKey = 'idQuestions';
    protected $table = 'exam_mcq_questions';
    protected $fillable = ['idMcq', 'question', 'answerA', 'answerB', 'answerC', 'answerD', 'answerCorrect', 'marks'];
}

Copyright © 2021 - 2025 IMMREX7