Agregando datos base

This commit is contained in:
2025-01-05 15:50:44 -03:00
parent c576bd836e
commit fd5298b990
28 changed files with 31043 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class CalculoFondo extends Model
{
protected $table = 'calculo_fondos';
}