Sindbad~EG File Manager

Current Path : /var/www/html/xfacil.desafio.com.py/app/Models/
Upload File :
Current File : /var/www/html/xfacil.desafio.com.py/app/Models/Formulario.php

<?php

namespace App\Models;

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

class Formulario extends Model{

    use HasFactory;

    protected $table='formularios';

    protected $primaryKey='id';

    public $timestamps='true';

    protected $fillable=[
    	'for_nom',
        'for_info',
        'curso_id',
        'for_tipo',
        'for_estado',
    ];

}

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