Agregando datos base
This commit is contained in:
10
app/Models/GastoCuentaCorriente.php
Normal file
10
app/Models/GastoCuentaCorriente.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class GastosCuentaCorriente extends Model
|
||||
{
|
||||
protected $table = 'gastos_cuenta_corriente';
|
||||
}
|
||||
Reference in New Issue
Block a user