Sindbad~EG File Manager

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

<?php

namespace App\Models;

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

class Tablero extends Model{

    use HasFactory;

    protected $table='tableros';

    protected $primaryKey='id';

    public $timestamps='true';

    protected $fillable=[
        'objetivos',
        'indicadores',
        'meta',
        'planes',
        'responsable',
        'inicio',
        'fin',
        'porcentaje',
        'status',
        'estado',
        'usuario_id'
    ];
}

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