EVOLUTION-MANAGER
Edit File: NuevosRegistros.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class NuevosRegistros extends Model { protected $table = 'nuevosregistros'; public $timestamps = false; protected $primaryKey = 'id'; }