feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
220 changed files with 727 additions and 7402 deletions
Showing only changes of commit dfb0ff7aea - Show all commits

View File

@ -7,4 +7,4 @@ $app->group('/contabilidad', function($app) {
}
include_once $file->getRealPath();
}
});
})->add($app->getContainer()->get(Incoviba\Middleware\Authentication::class));

View File

@ -7,4 +7,4 @@ $app->group('/admin', function($app) {
}
include_once $file->getRealPath();
}
});
})->add($app->getContainer()->get(Incoviba\Middleware\Authentication::class));