| Current Path : /var/www/html/encuesta.sumar.com.py/app/Models/ |
| Current File : /var/www/html/encuesta.sumar.com.py/app/Models/Formulario2.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Formulario2 extends Model
{
protected $table='formulario2';
protected $primaryKey='id';
public $timestamps=true;
protected $fillable =[
'cuestionante'
];
protected $guarded =[
];
}