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