EVOLUTION-MANAGER
Edit File: Parametros_generalesModel.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Parametros_generalesModel extends Model { protected $table = "parametros_generales"; protected $primarykey = "id"; public $timestamps = false; }