Sindbad~EG File Manager

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

<?php

namespace App\Models;

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

class Reglamento extends Model{

    use HasFactory;

    protected $table='reglamentos';

    protected $primaryKey='id';

    public $timestamps='true';

    protected $fillable=[
    	'nombre',
        'enlace',
        'tipo',
        'categoria_id',
    ];

}

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