| Current Path : /var/www/html/encuesta.sumar.com.py_old/app/Models/ |
| Current File : /var/www/html/encuesta.sumar.com.py_old/app/Models/Respuesta1.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Respuesta1 extends Model
{
protected $table='respuesta1';
protected $primaryKey='id';
public $timestamps=false;
protected $fillable =[
'id_cuestionante',
'respuesta',
'user_id'
];
protected $guarded =[
];
}