Sindbad~EG File Manager

Current Path : /var/www/html/encuesta.sumar.com.py/app/Models/
Upload File :
Current File : /var/www/html/encuesta.sumar.com.py/app/Models/Respuesta2.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Respuesta2 extends Model
{
    protected $table='respuesta2'; 

    protected $primaryKey='id';

    public $timestamps=false;

    protected $fillable =[
        'id_cuestionante',
        'respuesta1',
        'respuesta2',
        'respuesta3',
        'respuesta4',
        'respuesta5',
        'user_id'
    ];

    protected $guarded =[

    ];
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists