Improve readability

This commit is contained in:
2022-04-18 22:11:59 -04:00
parent 560fb356fa
commit cf27465d75
2 changed files with 4 additions and 1 deletions

View File

@ -44,3 +44,5 @@ if (file_exists($folder)) {
include_once 'databases.php';
include_once 'router.php';
return $app;