| Path : /var/www/html/sistemas/saplxi/app/Models/ |
| Current File : /var/www/html/sistemas/saplxi/app/Models/CddInvestigacion.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class CddInvestigacion extends Model
{
use HasFactory;
protected $table = "inesle_investigaciones";
}