<?php namespace Trash; use Illuminate\Database\Eloquent\Model; class Reporte extends Model { // protected $table = 'reporte'; }