We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed9ee7 commit 488d6f7Copy full SHA for 488d6f7
PHP Modulos/Reportesindex.php
@@ -0,0 +1,5 @@
1
+<?php
2
+require_once __DIR__ . '/Controlador/ReportesVentasController.php';
3
+
4
+$controller = new ReportesVentasController();
5
+$controller->manejarPeticion();
0 commit comments