Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Commit

Permalink
Se corrigio el bug del model.categorias not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Xibalsba committed Oct 5, 2019
1 parent 37fd4e5 commit de508ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
require_once "models/model.app.php";
require_once "models/model.presupuestos.php";
require_once "models/model.gastos.php";
require_once "models/model.categorias.php";
require_once "models/model.user.php";

$app = new ControlGastosAppCtrl();
Expand Down

0 comments on commit de508ab

Please sign in to comment.