Your IP : 3.141.25.100


Current Path : /proc/thread-self/root/home/lentoinv/api.lentoria.com/app/Models/
Upload File :
Current File : //proc/thread-self/root/home/lentoinv/api.lentoria.com/app/Models/Questionaire.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

/**
 */
class Questionaire extends Model
{
    use HasFactory;

    protected $fillable = [
        'question', 'type', 'a', 'b', 'c', 'd', 'type', 'status'
    ];
}

?>