Files
zenithar/app/Models/GastoCuentaCorriente.php
2025-01-05 15:50:44 -03:00

11 lines
167 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class GastosCuentaCorriente extends Model
{
protected $table = 'gastos_cuenta_corriente';
}