Sindbad~EG File Manager

Current Path : /var/www/html/eddcfa.sumar.com.py_old/app/Models/
Upload File :
Current File : /var/www/html/eddcfa.sumar.com.py_old/app/Models/Evaluacion.php

<?php

namespace App\Models;

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

class Evaluacion extends Model
{
    use HasFactory;

    protected $table='evaluacions';

    protected $primaryKey='id';

    public $timestamps='true';

    protected $fillable=[
        'eva_nombre',
        'eva_descripcion',
        'eva_estado',
    ];
}

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