/home/dvjjulio/softtrash/app/Reporte.php
<?php

namespace Trash;

use Illuminate\Database\Eloquent\Model;

class Reporte extends Model
{
    //
    protected $table = 'reporte';
}